代码搜索:sql

找到约 10,000 项符合「sql」的源代码

代码结果 10,000
www.eeworm.com/read/292073/3959051

sql install.sql

CREATE TABLE `__DB_PREFIX__compQuest_answer` ( `aid` int(11) NOT NULL auto_increment, `qid` int(11) NOT NULL default '0', `qcid` int(11) NOT NULL default '0', `answer` int(11) NOT NULL def
www.eeworm.com/read/292073/3959083

sql install.sql

CREATE TABLE `__DB_PREFIX__adultQuest_answers` ( `aid` int(11) NOT NULL auto_increment, `qid` int(11) NOT NULL default '0', `answer` text, `pid` int(11) NOT NULL default '0', `uid` int(
www.eeworm.com/read/292073/3959128

sql install.sql

CREATE TABLE `__DB_PREFIX__autogenprofile_autogenprofile` ( `username` text NOT NULL, `fid` int(11) NOT NULL default '0' ) ; CREATE TABLE `__DB_PREFIX__autogenprofile_forms` ( `id` int(11
www.eeworm.com/read/292073/3959156

sql install.sql

# Some sql to be run when the plugin is installed. Seperate statements with # semicolons. #
www.eeworm.com/read/291974/3961404

sql structure.sql

-- 修改友情链接名称字段长度为 255 ALTER TABLE `ecs_friend_link` CHANGE `link_name` `link_name` VARCHAR( 255 ) NOT NULL;
www.eeworm.com/read/291974/3961406

sql data.sql

--增加文章标题的长度设置 INSERT INTO `ecs_shop_config` ( `id` , `parent_id` , `code` , `type` , `store_range` , `store_dir` , `value` ) VALUES ( '325', '3', 'article_title_length', 'text', '', '', '30' );
www.eeworm.com/read/291974/3961408

sql structure.sql

ALTER TABLE `ecs_activity` CHANGE `name` `name` VARCHAR( 120 ) NOT NULL; ALTER TABLE `ecs_ad` CHANGE `position_id` `position_id` SMALLINT UNSIGNED NOT NULL DEFAULT '0', CHANGE `ad_link`
www.eeworm.com/read/291974/3961414

sql data.sql

-- 增加排行统计时间的选项设置 INSERT INTO `ecs_shop_config` ( `id` , `parent_id` , `code` , `type` , `store_range` , `store_dir` , `value` ) VALUES ( '222', '2', 'top10_time', 'select', '0,1,2,3,4', '', '0' );
www.eeworm.com/read/291974/3961419

sql structure.sql

ALTER TABLE `ecs_activity` CHANGE `activity_id` `activity_id` smallint(5) unsigned NOT NULL auto_increment, CHANGE `start_time` `start_time` int(10) unsigned NOT NULL default '0', CHANGE `
www.eeworm.com/read/291974/3961429

sql structure.sql

ALTER TABLE `ecs_category` CHANGE `cat_id` `cat_id` smallint(6) unsigned NOT NULL auto_increment; ALTER TABLE `ecs_order_info` CHANGE `from_ad` `from_ad` SMALLINT( 5 ) NOT NULL DEFAULT '0';