mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/tickme.git
synced 2026-08-19 20:43:58 +00:00
26 lines
638 B
JSON
26 lines
638 B
JSON
[
|
|
{
|
|
"name": "field_id",
|
|
"dbType": "unsignedBigInteger:foreign,custom_fields,id",
|
|
"htmlType": "selectTable:custom_fields:name,id",
|
|
"validations": "required",
|
|
"searchable": false,
|
|
"fillable": true,
|
|
"primary": false,
|
|
"inForm": true,
|
|
"inIndex": true,
|
|
"relation": "1tm,CustomField,field_id,id"
|
|
},
|
|
{
|
|
"name": "value",
|
|
"dbType": "string",
|
|
"htmlType": "text",
|
|
"validations": "required",
|
|
"searchable": true,
|
|
"fillable": true,
|
|
"primary": false,
|
|
"inForm": true,
|
|
"inIndex": true
|
|
}
|
|
]
|