代码搜索:sql
找到约 10,000 项符合「sql」的源代码
代码结果 10,000
www.eeworm.com/read/416749/2118275
sql user.sql
--
-- $Id: user.sql 8387 2008-04-22 16:36:04Z kevin_fourie $
--
-- KnowledgeTree Community Edition
-- Document Management Made Simple
-- Copyright (C) 2008 KnowledgeTree Inc.
-- Portions copyright
www.eeworm.com/read/416749/2118278
sql structure.sql
--
-- $Id: structure.sql 9433 2008-10-01 10:10:51Z kevin_fourie $
--
-- KnowledgeTree Community Edition
-- Document Management Made Simple
-- Copyright (C) 2008 KnowledgeTree Inc.
-- Portions copyrigh
www.eeworm.com/read/416749/2118280
sql data.sql
--
-- $Id: data.sql 9521 2008-10-09 09:09:28Z kevin_fourie $
--
-- KnowledgeTree Community Edition
-- Document Management Made Simple
-- Copyright (C) 2008 KnowledgeTree Inc.
-- Portions copyright The
www.eeworm.com/read/416749/2118290
sql subscriptions.sql
ALTER TABLE folder_subscriptions ADD COLUMN with_subfolders TINYINT(1) NOT NULL default 0;
www.eeworm.com/read/416749/2118320
sql shortcuts.sql
ALTER TABLE documents ADD `linked_document_id` int(11);
ALTER TABLE folders ADD `linked_folder_id` int(11);
www.eeworm.com/read/416749/2118340
sql storagemanager.sql
ALTER TABLE `documents` ADD `storage_path` VARCHAR( 250 ) ;
ALTER TABLE `documents` ADD INDEX ( `storage_path` ) ;
UPDATE `documents` d SET storage_path = (select CONCAT(CONCAT(CONCAT(CONCAT(f.full_pa
www.eeworm.com/read/416749/2118349
sql units.sql
SET FOREIGN_KEY_CHECKS=0;
ALTER TABLE `groups_lookup` ADD COLUMN `unit_id` int(11) default NULL;
ALTER TABLE `groups_lookup` ADD INDEX `unit_id` (`unit_id`);
ALTER TABLE `units_lookup` ADD COLUMN `fol
www.eeworm.com/read/416749/2118433
sql oem_no.sql
ALTER TABLE documents ADD oem_no varchar(255) NULL, ADD INDEX (oem_no);
www.eeworm.com/read/416749/2118448
sql notifications.sql
CREATE TABLE notifications (
id int(11) NOT NULL default '0',
user_id int(11) NOT NULL default '0',
label varchar(255) NOT NULL default "",
type varchar(255) NOT NULL default "",
creation_da