mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/tickme.git
synced 2026-08-19 04:23:56 +00:00
37 lines
893 B
JSON
37 lines
893 B
JSON
[
|
|
{
|
|
"name": "project_type",
|
|
"dbType": "unsignedBigInteger:foreign,modular_types,id",
|
|
"htmlType": "selectTable:modular_types:name,id",
|
|
"validations": "required",
|
|
"searchable": true,
|
|
"fillable": true,
|
|
"primary": false,
|
|
"inForm": true,
|
|
"inIndex": true,
|
|
"relation": "1t1,ModularType,project_type,id"
|
|
},
|
|
{
|
|
"name": "name",
|
|
"dbType": "string",
|
|
"htmlType": "text",
|
|
"validations": "required",
|
|
"searchable": true,
|
|
"fillable": true,
|
|
"primary": false,
|
|
"inForm": true,
|
|
"inIndex": true
|
|
},
|
|
{
|
|
"name": "order",
|
|
"dbType": "integer",
|
|
"htmlType": "",
|
|
"validations": "",
|
|
"searchable": false,
|
|
"fillable": true,
|
|
"primary": false,
|
|
"inForm": false,
|
|
"inIndex": false
|
|
}
|
|
]
|