mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/tickme.git
synced 2026-08-19 20:43:58 +00:00
36 lines
808 B
JSON
36 lines
808 B
JSON
[
|
|
{
|
|
"name": "assignee_id",
|
|
"dbType": "unsignedBigInteger",
|
|
"htmlType": "",
|
|
"validations": "required",
|
|
"searchable": true,
|
|
"fillable": true,
|
|
"primary": false,
|
|
"inForm": true,
|
|
"inIndex": true
|
|
},
|
|
{
|
|
"name": "assignee_type",
|
|
"dbType": "string",
|
|
"htmlType": "",
|
|
"validations": "required",
|
|
"searchable": true,
|
|
"fillable": true,
|
|
"primary": false,
|
|
"inForm": true,
|
|
"inIndex": true
|
|
},
|
|
{
|
|
"name": "assignment_id",
|
|
"dbType": "unsignedBigInteger",
|
|
"htmlType": "",
|
|
"validations": "required",
|
|
"searchable": true,
|
|
"fillable": true,
|
|
"primary": false,
|
|
"inForm": true,
|
|
"inIndex": true
|
|
}
|
|
]
|