代码搜索:Structure
找到约 10,000 项符合「Structure」的源代码
代码结果 10,000
www.eeworm.com/read/428850/1953204
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/428850/1953215
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';
www.eeworm.com/read/428850/1953219
sql structure.sql
-- 修改 cart 表
ALTER TABLE `ecs_cart` CHANGE `goods_attr_id` `goods_attr_id` VARCHAR( 60 ) NOT NULL DEFAULT '';
-- 增加商品批量购买优惠价格表
DROP TABLE IF EXISTS `ecs_volume_price`;
CREATE TABLE IF NOT EXISTS
www.eeworm.com/read/428850/1953225
sql structure.sql
-- 分类表增加样式的字段
ALTER TABLE `ecs_category` ADD `style` VARCHAR( 150 ) NOT NULL;
-- 增加办事处表
DROP TABLE IF EXISTS `ecs_agency`;
CREATE TABLE `ecs_agency` (
`agency_id` smallint(5) unsigned NOT NUL
www.eeworm.com/read/428850/1953234
sql structure.sql
ALTER TABLE `ecs_template` ADD `theme` VARCHAR( 30 ) NOT NULL FIRST;
ALTER TABLE `ecs_template` ADD INDEX ( `theme` );
ALTER TABLE `ecs_category` CHANGE `cat_name` `cat_name` VARCHAR( 180 ) NOT NU
www.eeworm.com/read/428850/1953626
sql structure.sql
-- --------------------------------------------------------
--
-- 表的结构 `ecs_ad`
--
DROP TABLE IF EXISTS `ecs_ad`;
CREATE TABLE `ecs_ad` (
`ad_id` smallint(5) unsigned NOT NULL auto_increment,
`p
www.eeworm.com/read/425982/1999076
txt structure.txt
Notes on the JPEG Library
=========================
This JPEG module is derived from work of the IJG (see below),
and may be copyied and redistributed according to the
conditions under LEGAL ISS
www.eeworm.com/read/421073/2055881
tpl structure.tpl
Piwik » {'Installation_Installation'|translate}
{literal}
www.eeworm.com/read/420392/2068963
cnf structure.cnf
3.0.0.507
1022
1000,index.htm,0,My Project,0,1197380479,2
vti_globalpage:BW|true
vti_nonnavpage:BW|false
1001,members.htm,0,Members,1000,1195997030,1
vti_nonnavpage:BW|false
1002,mail.htm,0,E-M
www.eeworm.com/read/418440/2088852
h structure.h
/**
* Copyright (c) 2006 Michele Mastrogiovanni.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
*