mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/tickme.git
synced 2026-08-19 12:33:57 +00:00
37 lines
873 B
JSON
37 lines
873 B
JSON
[
|
|
{
|
|
"name": "name",
|
|
"dbType": "string",
|
|
"htmlType": "text",
|
|
"validations": "required",
|
|
"searchable": true,
|
|
"fillable": true,
|
|
"primary": false,
|
|
"inForm": true,
|
|
"inIndex": true
|
|
},
|
|
{
|
|
"name": "description",
|
|
"dbType": "string:nullable",
|
|
"htmlType": "textarea",
|
|
"validations": "",
|
|
"searchable": false,
|
|
"fillable": true,
|
|
"primary": false,
|
|
"inForm": true,
|
|
"inIndex": true
|
|
},
|
|
{
|
|
"name": "head_id",
|
|
"dbType": "unsignedBigInteger:foreign,users,id",
|
|
"htmlType": "selectTable:users:name,id",
|
|
"validations": "",
|
|
"searchable": false,
|
|
"fillable": true,
|
|
"primary": false,
|
|
"inForm": true,
|
|
"inIndex": true,
|
|
"relation": "1t1,User,head_id,id"
|
|
}
|
|
]
|