Create companynews: CREATE TABLE `pb_companynewses` ( `id` int(10) NOT NULL AUTO_INCREMENT, `member_id` int(10) NOT NULL DEFAULT '-1', `company_id` int(10) NOT NULL DEFAULT '-1', `type_id` smallint(3) NOT NULL DEFAULT '0', `title` varchar(100) NOT NULL DEFAULT '', `content` text, `picture` varchar(100) NOT NULL DEFAULT '', `status` tinyint(1) NOT NULL DEFAULT '0', `clicked` int(5) NOT NULL DEFAULT '1', [...]...
[阅读全文]