company_buy_list 826 B

12345678910111213141516
  1. <?php return array (
  2. 'time' => 1449933966,
  3. 'table' => 'company_buy_list',
  4. '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 \'录入时间\')',
  5. 'struct' =>
  6. array (
  7. 'id' => 0,
  8. 'company' => 1,
  9. 'farm_id' => 2,
  10. 'uid' => 3,
  11. 'buy_id' => 4,
  12. 'mobile' => 5,
  13. 'state' => 6,
  14. 'cdate' => 7,
  15. ),
  16. );