Skip to content

Commit

Permalink
HCK-7984: Automatically mark PK as Not Null (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nightlngale authored Sep 20, 2024
1 parent 1584ce0 commit caeb850
Showing 1 changed file with 126 additions and 6 deletions.
132 changes: 126 additions & 6 deletions properties_pane/field_level/fieldLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,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 @@ -228,7 +248,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 @@ -309,7 +349,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 @@ -358,7 +418,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 @@ -408,7 +488,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 @@ -457,7 +557,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

0 comments on commit caeb850

Please sign in to comment.