1449933919, 'table' => 'company_msg', 'create' => 'DROP TABLE IF EXISTS `company_msg`;CREATE TABLE `company_msg`(`id` INT(11) UNSIGNED AUTO_INCREMENT PRIMARY KEY NOT NULL COMMENT \'消息ID\',`company` VARCHAR(200) NOT NULL DEFAULT \'\' COMMENT \'所属公司\',`type` TINYINT(2) NOT NULL DEFAULT \'1\' COMMENT \'消息类型\',`content` TEXT(255) COMMENT \'消息内容\',`state` TINYINT(1) NOT NULL DEFAULT \'1\' COMMENT \'状态\',`cdate` INT(11) NOT NULL DEFAULT 0 COMMENT \'录入时间\')', 'struct' => array ( 'id' => 0, 'company' => 1, 'type' => 2, 'content' => 3, 'state' => 4, 'cdate' => 5, ), );