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": "project_id",
|
|
"dbType": "unsignedBigInteger:foreign,project,id",
|
|
"htmlType": "selectTable:project:name,id",
|
|
"validations": "required",
|
|
"searchable": true,
|
|
"fillable": true,
|
|
"primary": false,
|
|
"inForm": true,
|
|
"inIndex": true,
|
|
"relation": "1t1,Project,project_id,id"
|
|
},
|
|
{
|
|
"name": "name",
|
|
"dbType": "string",
|
|
"htmlType": "text",
|
|
"validations": "required",
|
|
"searchable": true,
|
|
"fillable": true,
|
|
"primary": false,
|
|
"inForm": true,
|
|
"inIndex": true
|
|
},
|
|
{
|
|
"name": "order",
|
|
"dbType": "integer",
|
|
"htmlType": "",
|
|
"validations": "",
|
|
"searchable": false,
|
|
"fillable": true,
|
|
"primary": false,
|
|
"inForm": false,
|
|
"inIndex": false
|
|
},
|
|
{
|
|
"name": "complete",
|
|
"dbType": "boolean",
|
|
"htmlType": "",
|
|
"validations": "",
|
|
"searchable": true,
|
|
"fillable": true,
|
|
"primary": false,
|
|
"inForm": false,
|
|
"inIndex": false
|
|
}
|
|
]
|