代码搜索:phpcms
找到约 5,202 项符合「phpcms」的源代码
代码结果 5,202
www.eeworm.com/read/489613/1213846
sql phpcms_movie.sql
DROP TABLE IF EXISTS `phpcms_movie`;
CREATE TABLE `phpcms_movie` (
`movieid` int(10) unsigned NOT NULL auto_increment,
`catid` smallint(5) unsigned NOT NULL default '0',
`specialid` smallint
www.eeworm.com/read/489613/1213956
sql phpcms_down.sql
DROP TABLE IF EXISTS `phpcms_down`;
CREATE TABLE `phpcms_down` (
`downid` int(10) unsigned NOT NULL auto_increment,
`catid` smallint(5) unsigned NOT NULL default '0',
`specialid` smallint(5)
www.eeworm.com/read/489613/1214062
sql phpcms_info.sql
DROP TABLE IF EXISTS `phpcms_info`;
CREATE TABLE `phpcms_info` (
`infoid` int(10) unsigned NOT NULL auto_increment,
`catid` smallint(5) unsigned NOT NULL default '0',
`areaid` smallint(5) un
www.eeworm.com/read/489613/1214164
sql phpcms_article.sql
DROP TABLE IF EXISTS `phpcms_article`;
CREATE TABLE `phpcms_article` (
`articleid` int(10) unsigned NOT NULL auto_increment,
`catid` smallint(5) unsigned NOT NULL default '0',
`specialid` sm
www.eeworm.com/read/489613/1214266
sql phpcms_picture.sql
DROP TABLE IF EXISTS `phpcms_picture`;
CREATE TABLE `phpcms_picture` (
`pictureid` int(10) unsigned NOT NULL auto_increment,
`catid` smallint(5) unsigned NOT NULL default '0',
`specialid` sm