提交 94445e14 编写于 作者: C Charly

Show Enabled Property on PKs

上级 20ea98ee
......@@ -118,7 +118,7 @@ public class ExasolTableUniqueKey extends JDBCTableConstraint<ExasolTable> imple
return owner;
}
@Property(viewable = false, editable = false)
@Property(viewable = true, editable = false)
public Boolean getEnabled() {
return enabled;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册