We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae6d3ae commit 05af00eCopy full SHA for 05af00e
2 files changed
models/designer/field.js
@@ -192,6 +192,12 @@ module.exports = {
192
"maxLength": 30,
193
"column": "format"
194
},
195
+ {
196
+ "id": "labelShort",
197
+ "label": "Short label",
198
+ "type": "text",
199
+ "column": "labelshort"
200
+ },
201
{
202
"id": "required",
203
"type": "boolean",
models/designer/object.js
@@ -43,6 +43,12 @@ module.exports = {
43
"inMany": true,
44
"column": "table"
45
46
47
+ "id": "pKey",
48
+ "column": "pkey",
49
+ "label": "Primary key column",
50
51
52
53
"id": "entity",
54
"type": "text",
@@ -59,7 +65,7 @@ module.exports = {
59
65
"required": true,
60
66
"maxLength": 50,
61
67
62
- "column": "Name"
68
+ "column": "name"
63
69
64
70
71
"id": "namePlural",
0 commit comments