12345678910111213141516 |
- <?php return array (
- 'time' => 1449933966,
- 'table' => 'company_buy_list',
- 'create' => 'DROP TABLE IF EXISTS `company_buy_list`;CREATE TABLE `company_buy_list`(`id` INT(11) UNSIGNED AUTO_INCREMENT PRIMARY KEY NOT NULL COMMENT \'ID\',`company` INT(11) NOT NULL DEFAULT 0 COMMENT \'公司\',`farm_id` INT(11) NOT NULL DEFAULT 0 COMMENT \'农场\',`uid` INT(11) NOT NULL DEFAULT 0 COMMENT \'用户\',`buy_id` INT(11) NOT NULL DEFAULT 0 COMMENT \'设备\',`mobile` VARCHAR(32) NOT NULL DEFAULT \'\' COMMENT \'联系电话\',`state` TINYINT(1) NOT NULL DEFAULT \'1\' COMMENT \'状态\',`cdate` INT(11) NOT NULL DEFAULT 0 COMMENT \'录入时间\')',
- 'struct' =>
- array (
- 'id' => 0,
- 'company' => 1,
- 'farm_id' => 2,
- 'uid' => 3,
- 'buy_id' => 4,
- 'mobile' => 5,
- 'state' => 6,
- 'cdate' => 7,
- ),
- );
|