@@ -878,6 +878,30 @@ making sure that you maintain a proper JSON format.
878878 "data" : " options" ,
879879 "valueType" : " string"
880880 },
881+ {
882+ "propertyName" : " Synonym" ,
883+ "propertyKeyword" : " synonym" ,
884+ "propertyTooltip" : " Select from list of options" ,
885+ "propertyType" : " select" ,
886+ "options" : [" " , " dec" ],
887+ "defaultValue" : " " ,
888+ "dependency" : {
889+ "key" : " mode" ,
890+ "value" : " decimal"
891+ }
892+ },
893+ {
894+ "propertyName" : " Synonym" ,
895+ "propertyKeyword" : " synonym" ,
896+ "propertyTooltip" : " Select from list of options" ,
897+ "propertyType" : " select" ,
898+ "options" : [" " , " double precision" ],
899+ "defaultValue" : " " ,
900+ "dependency" : {
901+ "key" : " mode" ,
902+ "value" : " float"
903+ }
904+ },
881905 {
882906 "propertyName" : " Precision" ,
883907 "propertyKeyword" : " precision" ,
@@ -1438,6 +1462,18 @@ making sure that you maintain a proper JSON format.
14381462 "data" : " options" ,
14391463 "valueType" : " string"
14401464 },
1465+ {
1466+ "propertyName" : " Synonym" ,
1467+ "propertyKeyword" : " synonym" ,
1468+ "propertyTooltip" : " Select from list of options" ,
1469+ "propertyType" : " select" ,
1470+ "options" : [" " , " binary varying" ],
1471+ "defaultValue" : " " ,
1472+ "dependency" : {
1473+ "key" : " mode" ,
1474+ "value" : " varbinary"
1475+ }
1476+ },
14411477 {
14421478 "propertyName" : " Has max length" ,
14431479 "propertyKeyword" : " hasMaxLength" ,
0 commit comments