Skip to content

Commit

Permalink
HCK-8740: Add composite PK/UK to FE (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nightlngale authored Nov 14, 2024
1 parent d2796ac commit c54d8f6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions properties_pane/field_level/fieldLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -1009,6 +1009,7 @@ making sure that you maintain a proper JSON format.
{
"propertyName": "Primary key",
"propertyKeyword": "compositePrimaryKey",
"propertyNameFull": "Composite Primary Key",
"propertyType": "checkbox",
"propertyTooltip": {
"disabled": [
Expand Down Expand Up @@ -1348,6 +1349,7 @@ making sure that you maintain a proper JSON format.
{
"propertyName": "Unique",
"propertyKeyword": "compositeUniqueKey",
"propertyNameFull": "Composite Unique Key",
"propertyType": "checkbox",
"dependency": {
"type": "and",
Expand Down Expand Up @@ -2840,6 +2842,7 @@ making sure that you maintain a proper JSON format.
{
"propertyName": "Primary key",
"propertyKeyword": "compositePrimaryKey",
"propertyNameFull": "Composite Primary Key",
"propertyType": "checkbox",
"propertyTooltip": {
"disabled": [
Expand Down Expand Up @@ -3179,6 +3182,7 @@ making sure that you maintain a proper JSON format.
{
"propertyName": "Unique",
"propertyKeyword": "compositeUniqueKey",
"propertyNameFull": "Composite Unique Key",
"propertyType": "checkbox",
"dependency": {
"type": "and",
Expand Down Expand Up @@ -4689,6 +4693,7 @@ making sure that you maintain a proper JSON format.
{
"propertyName": "Primary key",
"propertyKeyword": "compositePrimaryKey",
"propertyNameFull": "Composite Primary Key",
"propertyType": "checkbox",
"propertyTooltip": {
"disabled": [
Expand Down Expand Up @@ -5028,6 +5033,7 @@ making sure that you maintain a proper JSON format.
{
"propertyName": "Unique",
"propertyKeyword": "compositeUniqueKey",
"propertyNameFull": "Composite Unique Key",
"propertyType": "checkbox",
"dependency": {
"type": "and",
Expand Down Expand Up @@ -7937,6 +7943,7 @@ making sure that you maintain a proper JSON format.
{
"propertyName": "Primary key",
"propertyKeyword": "compositePrimaryKey",
"propertyNameFull": "Composite Primary Key",
"propertyType": "checkbox",
"propertyTooltip": {
"disabled": [
Expand Down Expand Up @@ -8276,6 +8283,7 @@ making sure that you maintain a proper JSON format.
{
"propertyName": "Unique",
"propertyKeyword": "compositeUniqueKey",
"propertyNameFull": "Composite Unique Key",
"propertyType": "checkbox",
"dependency": {
"type": "and",
Expand Down Expand Up @@ -9177,6 +9185,7 @@ making sure that you maintain a proper JSON format.
{
"propertyName": "Primary key",
"propertyKeyword": "compositePrimaryKey",
"propertyNameFull": "Composite Primary Key",
"propertyType": "checkbox",
"propertyTooltip": {
"disabled": [
Expand Down Expand Up @@ -9516,6 +9525,7 @@ making sure that you maintain a proper JSON format.
{
"propertyName": "Unique",
"propertyKeyword": "compositeUniqueKey",
"propertyNameFull": "Composite Unique Key",
"propertyType": "checkbox",
"dependency": {
"type": "and",
Expand Down Expand Up @@ -10334,6 +10344,7 @@ making sure that you maintain a proper JSON format.
{
"propertyName": "Primary key",
"propertyKeyword": "compositePrimaryKey",
"propertyNameFull": "Composite Primary Key",
"propertyType": "checkbox",
"propertyTooltip": {
"disabled": [
Expand Down Expand Up @@ -10673,6 +10684,7 @@ making sure that you maintain a proper JSON format.
{
"propertyName": "Unique",
"propertyKeyword": "compositeUniqueKey",
"propertyNameFull": "Composite Unique Key",
"propertyType": "checkbox",
"dependency": {
"type": "and",
Expand Down

0 comments on commit c54d8f6

Please sign in to comment.