mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/tickme.git
synced 2026-08-19 04:23:56 +00:00
48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
[
|
|
{
|
|
"name": "type_id",
|
|
"dbType": "unsignedBigInteger:foreign,document_types,id",
|
|
"htmlType": "selectTable:document_types:name,id",
|
|
"validations": "required",
|
|
"searchable": true,
|
|
"fillable": true,
|
|
"primary": false,
|
|
"inForm": true,
|
|
"inIndex": true,
|
|
"relation": "1t1,DocumentType,type_id,id"
|
|
},
|
|
{
|
|
"name": "name",
|
|
"dbType": "string",
|
|
"htmlType": "text",
|
|
"validations": "required",
|
|
"searchable": true,
|
|
"fillable": true,
|
|
"primary": false,
|
|
"inForm": true,
|
|
"inIndex": true
|
|
},
|
|
{
|
|
"name": "path",
|
|
"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": true,
|
|
"fillable": true,
|
|
"primary": false,
|
|
"inForm": true,
|
|
"inIndex": true
|
|
}
|
|
]
|