📄 access_update.sql
字号:
CREATE TABLE [siteserver_GatherDatabaseRule](
[GatherRuleName] text(50) NOT NULL,
[PublishmentSystemID] integer NOT NULL ,
[Description] memo NOT NULL,
[DatabaseType] text(50) NOT NULL,
[ConnectionString] text(255) NOT NULL,
[RelatedTableName] text(255) NOT NULL,
[RelatedIdentity] text(255) NOT NULL,
[RelatedOrderBy] text(255) NOT NULL,
[TableMatchID] integer NOT NULL,
[NodeID] integer NOT NULL,
[GatherNum] integer NOT NULL,
[IsChecked] text(18) NOT NULL,
[IsOrderByDesc] text(18) NOT NULL,
[LastGatherDate] datetime NOT NULL,
CONSTRAINT PK_siteserver_GatherDatabaseRule PRIMARY KEY (GatherRuleName, PublishmentSystemID)
)
~
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -