Skip to content

Commit 93fde6c

Browse files
format files
1 parent 4fcdc67 commit 93fde6c

File tree

4 files changed

+30
-22
lines changed

4 files changed

+30
-22
lines changed

types/composite.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@
33
"erdAbbreviation": "<cmp>",
44
"dtdAbbreviation": "{...}",
55
"parentType": "document",
6-
"hiddenOnEntity": ["view"],
7-
"dependency": {
8-
"level": "parent",
9-
"key": "type",
10-
"value": "definitions"
11-
},
12-
"disabledTooltip": "For these datatypes, the PostgreSQL specification requires that you create first a UDT, then reference it in your model.",
6+
"hiddenOnEntity": [
7+
"view"
8+
],
9+
"dependency": {
10+
"level": "parent",
11+
"key": "type",
12+
"value": "definitions"
13+
},
14+
"disabledTooltip": "For these datatypes, the PostgreSQL specification requires that you create first a UDT, then reference it in your model.",
1315
"defaultValues": {
1416
"properties": []
1517
}

types/domain.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@
33
"erdAbbreviation": "<dmn>",
44
"dtdAbbreviation": "{dmn}",
55
"parentType": "string",
6-
"hiddenOnEntity": ["view"],
7-
"dependency": {
8-
"level": "parent",
9-
"key": "type",
10-
"value": "definitions"
11-
},
12-
"disabledTooltip": "For these datatypes, the PostgreSQL specification requires that you create first a UDT, then reference it in your model.",
6+
"hiddenOnEntity": [
7+
"view"
8+
],
9+
"dependency": {
10+
"level": "parent",
11+
"key": "type",
12+
"value": "definitions"
13+
},
14+
"disabledTooltip": "For these datatypes, the PostgreSQL specification requires that you create first a UDT, then reference it in your model.",
1315
"defaultValues": {}
1416
}

types/enum.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
"erdAbbreviation": "<enum>",
44
"dtdAbbreviation": "{enum}",
55
"parentType": "string",
6-
"hiddenOnEntity": ["view"],
6+
"hiddenOnEntity": [
7+
"view"
8+
],
79
"dependency": {
810
"level": "parent",
911
"key": "type",

types/range_udt.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@
33
"erdAbbreviation": "<rng>",
44
"dtdAbbreviation": "{123}",
55
"parentType": "string",
6-
"hiddenOnEntity": ["view"],
7-
"dependency": {
8-
"level": "parent",
9-
"key": "type",
10-
"value": "definitions"
11-
},
12-
"disabledTooltip": "For these datatypes, the PostgreSQL specification requires that you create first a UDT, then reference it in your model.",
6+
"hiddenOnEntity": [
7+
"view"
8+
],
9+
"dependency": {
10+
"level": "parent",
11+
"key": "type",
12+
"value": "definitions"
13+
},
14+
"disabledTooltip": "For these datatypes, the PostgreSQL specification requires that you create first a UDT, then reference it in your model.",
1315
"defaultValues": {}
1416
}

0 commit comments

Comments
 (0)