Skip to content

Commit

Permalink
HCK-6986: Display synonym in ERD if available (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlikRakhmonov authored Jul 8, 2024
1 parent 9f78d7f commit 1d149f9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions properties_pane/field_level/fieldLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ making sure that you maintain a proper JSON format.
"propertyTooltip": "Select from list of options",
"propertyType": "select",
"options": ["", "character"],
"defaultValue": "",
"dependency": {
"key": "mode",
"value": "char"
Expand All @@ -148,6 +149,7 @@ making sure that you maintain a proper JSON format.
"propertyTooltip": "Select from list of options",
"propertyType": "select",
"options": ["", "character varying", "char varying"],
"defaultValue": "",
"dependency": {
"key": "mode",
"value": "varchar"
Expand All @@ -159,6 +161,7 @@ making sure that you maintain a proper JSON format.
"propertyTooltip": "Select from list of options",
"propertyType": "select",
"options": ["", "character large object"],
"defaultValue": "",
"dependency": {
"key": "mode",
"value": "clob"
Expand Down Expand Up @@ -523,6 +526,7 @@ making sure that you maintain a proper JSON format.
"propertyTooltip": "Select from list of options",
"propertyType": "select",
"options": ["", "integer"],
"defaultValue": "",
"dependency": {
"key": "mode",
"value": "int"
Expand All @@ -534,6 +538,7 @@ making sure that you maintain a proper JSON format.
"propertyTooltip": "Select from list of options",
"propertyType": "select",
"options": ["", "dec", "numeric"],
"defaultValue": "",
"dependency": {
"key": "mode",
"value": "decimal"
Expand All @@ -545,6 +550,7 @@ making sure that you maintain a proper JSON format.
"propertyTooltip": "Select from list of options",
"propertyType": "select",
"options": ["", "real", "double precision"],
"defaultValue": "",
"dependency": {
"key": "mode",
"value": "float"
Expand Down Expand Up @@ -2911,6 +2917,7 @@ making sure that you maintain a proper JSON format.
"propertyTooltip": "Select from list of options",
"propertyType": "select",
"options": ["", "varray"],
"defaultValue": "",
"dependency": {
"key": "mode",
"value": "decimal"
Expand Down

0 comments on commit 1d149f9

Please sign in to comment.