You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: properties_pane/entity_level/entityLevelConfig.json
+72-1Lines changed: 72 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -638,7 +638,38 @@ making sure that you maintain a proper JSON format.
638
638
"propertyType": "group",
639
639
"groupItemLimit": 1,
640
640
"propertyKeyword": "primaryKey",
641
-
"propertyTooltip": "",
641
+
"propertyTooltip": {
642
+
"disabled": [
643
+
{
644
+
"tooltip": "Remove the existing single column primary key definition prior to unlock the possibility to create a composite primary key definition for this table",
645
+
"dependency": {
646
+
"type": "and",
647
+
"values": [
648
+
{
649
+
"level": "children",
650
+
"key": "primaryKey",
651
+
"value": true
652
+
},
653
+
{
654
+
"type": "not",
655
+
"values": {
656
+
"level": "children",
657
+
"key": "compositePrimaryKey",
658
+
"value": true
659
+
}
660
+
}
661
+
]
662
+
}
663
+
},
664
+
{
665
+
"tooltip": "Remove or update the existing composite primary key definition prior to unlock the possibility to create a new composite primary key definition for this table",
666
+
"dependency": {
667
+
"key": "primaryKey",
668
+
"minLength": 1
669
+
}
670
+
}
671
+
]
672
+
},
642
673
"structure": [
643
674
{
644
675
"propertyName": "Constraint name",
@@ -681,6 +712,46 @@ making sure that you maintain a proper JSON format.
0 commit comments