提交 5184232f 编写于 作者: S serge-rider

#2654 Add "Unique Key" in constraint list in Generic driver

上级 2e6c2698
......@@ -51,7 +51,7 @@ public class GenericPrimaryKeyManager extends SQLConstraintManager<GenericPrimar
EditConstraintPage editPage = new EditConstraintPage(
"Create constraint",
parent,
new DBSEntityConstraintType[] {DBSEntityConstraintType.PRIMARY_KEY} );
new DBSEntityConstraintType[] {DBSEntityConstraintType.PRIMARY_KEY, DBSEntityConstraintType.UNIQUE_KEY} );
if (!editPage.edit()) {
return null;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册