1449933962, 'table' => 'company_msg_user', '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 \'录入时间\')', 'struct' => array ( 'id' => 0, 'uid' => 1, 'type' => 2, 'msg_id' => 3, 'content' => 4, 'state' => 5, 'cdate' => 6, ), );