建议增加外键约束在tag里面定义 #232

Closed
opened 2015-04-15 03:06:49 +00:00 by zileyuan · 1 comment
zileyuan commented 2015-04-15 03:06:49 +00:00 (Migrated from github.com)

类似sql:alter table SEC_AUTHORITY_RESOURCE add constraint FK_AUTHORITY_RESOURCE1 foreign key (AUTHORITY_ID) references SEC_AUTHORITY (ID);

主要在两个定义好的表格字段之间建立外键,通过sync2的时候可以快速建立!

类似sql:alter table SEC_AUTHORITY_RESOURCE add constraint FK_AUTHORITY_RESOURCE1 foreign key (AUTHORITY_ID) references SEC_AUTHORITY (ID); 主要在两个定义好的表格字段之间建立外键,通过sync2的时候可以快速建立!

duplicated with #141

duplicated with #141
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: xorm/xorm#232
No description provided.