| 123456789101112131415161718192021222324252627282930313233343536373839 |
- /*
- Navicat MySQL Data Transfer
- Source Server : localhost
- Source Server Version : 50528
- Source Host : localhost:3306
- Source Database : test
- Target Server Type : MYSQL
- Target Server Version : 50528
- File Encoding : 65001
- Date: 2013-06-02 17:55:05
- */
- SET FOREIGN_KEY_CHECKS=0;
- -- ----------------------------
- -- Table structure for `jobstuff`
- -- ----------------------------
- DROP TABLE IF EXISTS `jobstuff`;
- CREATE TABLE `jobstuff` (
- `id` int(11) NOT NULL AUTO_INCREMENT,
- `pId` int(11) NOT NULL,
- `junkmetal` int(11) NOT NULL DEFAULT '0',
- `newcoin` int(11) NOT NULL DEFAULT '0',
- `oldcoin` int(11) NOT NULL DEFAULT '0',
- `brokenwatch` int(11) NOT NULL DEFAULT '0',
- `oldkey` int(11) NOT NULL DEFAULT '0',
- `treasure` int(11) NOT NULL DEFAULT '0',
- `goldwatch` int(11) NOT NULL DEFAULT '0',
- `silvernugget` int(11) NOT NULL DEFAULT '0',
- `goldnugget` int(11) NOT NULL DEFAULT '0',
- PRIMARY KEY (`id`)
- ) ENGINE=InnoDB AUTO_INCREMENT=159794 DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of jobstuff
- -- ----------------------------
|