復(fù)制代碼 代碼如下:
 
CREATE TABLE IF NOT EXISTS `highot_attachment` ( 
`id` int(11) NOT NULL auto_increment, 
`phone_number_id` int(11) NOT NULL COMMENT 'phone_number表id', 
`highot_attachment` longblob NOT NULL COMMENT '附件', 
`filename` varchar(255) NOT NULL COMMENT '文件名', 
`attachment_type` int(2) NOT NULL COMMENT '附件類型', 
`attachment_title` varchar(255) NOT NULL COMMENT '附件描述', 
`userid` int(11) NOT NULL COMMENT '添加用戶', 
`isdel` int(1) NOT NULL COMMENT '是否刪除:1刪除 0:正常', 
`create_dt` datetime NOT NULL COMMENT '添加日期', 
PRIMARY KEY (`id`) 
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=5 ; 
新聞熱點
疑難解答