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
@@ -633,10 +621,7 @@ making sure that you maintain a proper JSON format.
633
621
"valueType": "string"
634
622
}
635
623
],
636
-
"columnsRatio": [
637
-
3.7,
638
-
5
639
-
]
624
+
"columnsRatio": [3.7, 5]
640
625
},
641
626
{
642
627
"lowerTab": "Composite keys",
@@ -668,7 +653,7 @@ making sure that you maintain a proper JSON format.
668
653
}
669
654
]
670
655
}
671
-
},
656
+
},
672
657
{
673
658
"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",
674
659
"dependency": {
@@ -698,7 +683,7 @@ making sure that you maintain a proper JSON format.
698
683
},
699
684
{
700
685
"propertyName": "Include non-key columns",
701
-
"propertyKeyword": "include",
686
+
"propertyKeyword": "indexInclude",
702
687
"propertyType": "fieldList",
703
688
"template": "orderedList",
704
689
"propertyTooltip": "The optional INCLUDE clause specifies a list of columns which will be included in the constraint as non-key columns."
@@ -792,7 +777,7 @@ making sure that you maintain a proper JSON format.
792
777
},
793
778
{
794
779
"propertyName": "Include non-key columns",
795
-
"propertyKeyword": "include",
780
+
"propertyKeyword": "indexInclude",
796
781
"propertyType": "fieldList",
797
782
"template": "orderedList",
798
783
"propertyTooltip": "The optional INCLUDE clause specifies a list of columns which will be included in the constraint as non-key columns."
@@ -824,11 +809,7 @@ making sure that you maintain a proper JSON format.
824
809
"propertyKeyword": "nullsDistinct",
825
810
"propertyType": "select",
826
811
"defaultValue": "",
827
-
"options": [
828
-
"",
829
-
"NULLS DISTINCT",
830
-
"NULLS NOT DISTINCT"
831
-
]
812
+
"options": ["", "NULLS DISTINCT", "NULLS NOT DISTINCT"]
832
813
}
833
814
]
834
815
}
@@ -862,14 +843,7 @@ making sure that you maintain a proper JSON format.
"propertyTooltip": "If a constraint is deferrable, this clause specifies the default time to check the constraint. If the constraint is INITIALLY IMMEDIATE, it is checked after each statement. This is the default. If the constraint is INITIALLY DEFERRED, it is checked only at the end of the transaction.",
1356
1299
"dependency": {
1357
1300
"type": "and",
@@ -1398,10 +1341,7 @@ making sure that you maintain a proper JSON format.
1398
1341
"propertyKeyword": "triggerEachRowStatement",
1399
1342
"propertyType": "select",
1400
1343
"propertyTooltip": "This specifies whether the trigger function should be fired once for every row affected by the trigger event, or just once per SQL statement.",
1401
-
"options": [
1402
-
"FOR EACH STATEMENT",
1403
-
"FOR EACH ROW"
1404
-
],
1344
+
"options": ["FOR EACH STATEMENT", "FOR EACH ROW"],
1405
1345
"dependency": {
1406
1346
"type": "not",
1407
1347
"values": {
@@ -1446,4 +1386,4 @@ making sure that you maintain a proper JSON format.
0 commit comments