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