Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 28 additions & 2 deletions properties_pane/field_level/fieldLevelConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4696,6 +4696,33 @@ making sure that you maintain a proper JSON format.
"propertyTooltip": "An optional collation for the domain. If no collation is specified, the underlying data type's default collation is used. The underlying type must be collatable if COLLATE is specified.",
"propertyType": "text"
},
{
"propertyName": "Array type",
"propertyType": "group",
"propertyKeyword": "array_type",
"propertyTooltip": "Declaring the array number of dimensions is simply for documentation; it does not affect run-time behavior.",
"enableForReference": true,
"dependency": {
"type": "or",
"values": [
{
"key": "$ref",
"exist": true
}
]
},
"structure": [
{
"propertyName": "Size limit",
"propertyKeyword": "array_size_limit",
"propertyTooltip": "Declaring the array size is simply for documentation; it does not affect run-time behavior.",
"propertyType": "numeric",
"valueType": "number",
"minValue": 0,
"step": 1
}
]
},
{
"propertyName": "Not null",
"propertyKeyword": "required",
Expand Down Expand Up @@ -4742,7 +4769,6 @@ making sure that you maintain a proper JSON format.
"propertyType": "details",
"template": "textarea"
}
],
"___2": []
]
}
}
7 changes: 6 additions & 1 deletion types/composite.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,14 @@
"dtdAbbreviation": "{...}",
"parentType": "document",
"hiddenOnEntity": [
"collection",
"view"
],
"dependency": {
"level": "parent",
"key": "type",
"value": "definitions"
},
"disabledTooltip": "For these datatypes, the PostgreSQL specification requires that you create first a UDT, then reference it in your model.",
"defaultValues": {
"properties": []
}
Expand Down
7 changes: 6 additions & 1 deletion types/domain.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@
"dtdAbbreviation": "{dmn}",
"parentType": "string",
"hiddenOnEntity": [
"collection",
"view"
],
"dependency": {
"level": "parent",
"key": "type",
"value": "definitions"
},
"disabledTooltip": "For these datatypes, the PostgreSQL specification requires that you create first a UDT, then reference it in your model.",
"defaultValues": {}
}
7 changes: 6 additions & 1 deletion types/enum.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@
"dtdAbbreviation": "{enum}",
"parentType": "string",
"hiddenOnEntity": [
"collection",
"view"
],
"dependency": {
"level": "parent",
"key": "type",
"value": "definitions"
},
"disabledTooltip": "For these datatypes, the PostgreSQL specification requires that you create first a UDT, then reference it in your model.",
"defaultValues": {}
}
7 changes: 6 additions & 1 deletion types/range_udt.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@
"dtdAbbreviation": "{123}",
"parentType": "string",
"hiddenOnEntity": [
"collection",
"view"
],
"dependency": {
"level": "parent",
"key": "type",
"value": "definitions"
},
"disabledTooltip": "For these datatypes, the PostgreSQL specification requires that you create first a UDT, then reference it in your model.",
"defaultValues": {}
}