代码搜索:sql
找到约 10,000 项符合「sql」的源代码
代码结果 10,000
www.eeworm.com/read/399409/2361298
sql 1.0.0.1.sql
/* PHP */
/* PHP:latin1_database_to_utf8(); */;
/* STRUCTURE */
SET NAMES 'utf8';
CREATE TABLE PREFIX_attribute_impact (
id_attribute_impact int(11) NOT NULL AUTO_INCREMENT,
id_product i
www.eeworm.com/read/399409/2361299
sql 1.0.6.0.sql
/* PHP */
/* PHP:AttributeGroup::cleanDeadCombinations(); */;
/* STRUCTURE */
SET NAMES 'utf8';
ALTER TABLE `PREFIX_blockpermanentlink`
ADD `type` VARCHAR( 1 ) CHARACTER SET utf8 COLLATE utf8_ge
www.eeworm.com/read/399409/2361300
sql 0.9.5.1.sql
/* STRUCTURE */
ALTER TABLE `PREFIX_order_state`
ADD `logable` TINYINT(1) NOT NULL DEFAULT 0;
ALTER TABLE `PREFIX_product_sale`
CHANGE `nb_vente` `sale_nbr` INT(10) UNSIGNED NOT NULL DEFAULT 0;
ALTE
www.eeworm.com/read/399409/2361301
sql 1.0.8.0.sql
/* PHP */
/* PHP:AttributeGroup::cleanDeadCombinations(); */;
/* STRUCTURE */
SET NAMES 'utf8';
CREATE TABLE `PREFIX_own_page` (
`id` int(11) NOT NULL auto_increment,
`own_type` varchar(
www.eeworm.com/read/399409/2361302
sql 1.0.0.8.sql
/* PHP */
/* PHP:AttributeGroup::cleanDeadCombinations(); */;
/* STRUCTURE */
SET NAMES 'utf8';
/* CONTENTS */
INSERT INTO PREFIX_lang (`name`, `active`, `iso_code`) VALUES
('Svenska (Swedish)', 0
www.eeworm.com/read/399409/2361303
sql 0.9.6.2.sql
/* STRUCTURE */
ALTER TABLE `PREFIX_product` CHANGE `wholesale_price` `wholesale_price` DECIMAL(13, 6) NULL;
/* CONTENTS */
/* CONFIGURATION VARIABLE */
www.eeworm.com/read/399409/2361304
sql 1.0.0.4.sql
/* STRUCTURE */
SET NAMES 'utf8';
ALTER TABLE PREFIX_order_detail
ADD product_ean13 VARCHAR(13) CHARACTER SET utf8 COLLATE utf8_general_ci NULL AFTER product_price;
ALTER TABLE PREFIX_order_detail
www.eeworm.com/read/399409/2361305
sql 1.0.7.0.sql
/* PHP */
/* PHP:AttributeGroup::cleanDeadCombinations(); */;
/* STRUCTURE */
SET NAMES 'utf8';
/* CONTENTS */
INSERT INTO `PREFIX_configuration` (`name`, `value`, `date_add`, `date_upd`) VALUES
(
www.eeworm.com/read/399273/2363043
sql badusers.sql
#
# Table structure for table 'badusers'
#
CREATE TABLE badusers (
id int(10) NOT NULL auto_increment,
UserName varchar(30),
IncidentDate datetime DEFAULT '0000-00-00 00:00:00' NOT NULL,
Reaso
www.eeworm.com/read/399273/2363044
sql userinfo.sql
#
# Table structure for table 'userinfo'
#
CREATE TABLE userinfo (
id int(10) DEFAULT '0' NOT NULL auto_increment,
UserName varchar(30),
Name varchar(200),
Mail varchar(200),
Department varc