company_msg_user 744 B

123456789101112131415
  1. <?php return array (
  2. 'time' => 1449933962,
  3. 'table' => 'company_msg_user',
  4. 'create' => 'DROP TABLE IF EXISTS `company_msg_user`;CREATE TABLE `company_msg_user`(`id` INT(11) UNSIGNED AUTO_INCREMENT PRIMARY KEY NOT NULL COMMENT \'信息ID\',`uid` INT(11) NOT NULL DEFAULT 0 COMMENT \'用户\',`type` TINYINT(2) NOT NULL DEFAULT \'1\' COMMENT \'消息类型\',`msg_id` INT(11) NOT NULL DEFAULT 0 COMMENT \'消息ID\',`content` TEXT(255) 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. 'uid' => 1,
  9. 'type' => 2,
  10. 'msg_id' => 3,
  11. 'content' => 4,
  12. 'state' => 5,
  13. 'cdate' => 6,
  14. ),
  15. );