Skip to content

Commit

Permalink
HCK-7984: Automatically mark PK as Not Null (#30)
Browse files Browse the repository at this point in the history
Co-authored-by: Alik <[email protected]>
  • Loading branch information
Nightlngale and AlikRakhmonov authored Sep 19, 2024
1 parent 88ab761 commit 5443c73
Showing 1 changed file with 84 additions and 4 deletions.
88 changes: 84 additions & 4 deletions properties_pane/field_level/fieldLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -934,7 +934,27 @@ making sure that you maintain a proper JSON format.
"propertyName": "Not null",
"propertyKeyword": "required",
"enableForReference": true,
"propertyType": "checkbox"
"propertyType": "checkbox",
"dependency": {
"key": "primaryKey",
"value": true
},
"disabled": true,
"defaultValue": true
},
{
"propertyName": "Not null",
"propertyKeyword": "required",
"enableForReference": true,
"propertyType": "checkbox",
"dependency": {
"type": "not",
"values": {
"key": "primaryKey",
"value": true
}
},
"defaultValue": false
},
"default",
{
Expand Down Expand Up @@ -1481,7 +1501,27 @@ making sure that you maintain a proper JSON format.
"propertyName": "Not null",
"propertyKeyword": "required",
"enableForReference": true,
"propertyType": "checkbox"
"propertyType": "checkbox",
"dependency": {
"key": "primaryKey",
"value": true
},
"disabled": true,
"defaultValue": true
},
{
"propertyName": "Not null",
"propertyKeyword": "required",
"enableForReference": true,
"propertyType": "checkbox",
"dependency": {
"type": "not",
"values": {
"key": "primaryKey",
"value": true
}
},
"defaultValue": false
},
"default",
{
Expand Down Expand Up @@ -2107,7 +2147,27 @@ making sure that you maintain a proper JSON format.
"propertyName": "Not null",
"propertyKeyword": "required",
"enableForReference": true,
"propertyType": "checkbox"
"propertyType": "checkbox",
"dependency": {
"key": "primaryKey",
"value": true
},
"disabled": true,
"defaultValue": true
},
{
"propertyName": "Not null",
"propertyKeyword": "required",
"enableForReference": true,
"propertyType": "checkbox",
"dependency": {
"type": "not",
"values": {
"key": "primaryKey",
"value": true
}
},
"defaultValue": false
},
{
"propertyName": "Primary key",
Expand Down Expand Up @@ -2594,7 +2654,27 @@ making sure that you maintain a proper JSON format.
"propertyName": "Not null",
"propertyKeyword": "required",
"enableForReference": true,
"propertyType": "checkbox"
"propertyType": "checkbox",
"dependency": {
"key": "primaryKey",
"value": true
},
"disabled": true,
"defaultValue": true
},
{
"propertyName": "Not null",
"propertyKeyword": "required",
"enableForReference": true,
"propertyType": "checkbox",
"dependency": {
"type": "not",
"values": {
"key": "primaryKey",
"value": true
}
},
"defaultValue": false
},
"default",
{
Expand Down

0 comments on commit 5443c73

Please sign in to comment.