mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/tickme.git
synced 2026-08-20 13:04:06 +00:00
39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
[
|
|
{
|
|
"name": "modular_type",
|
|
"dbType": "unsignedBigInteger:foreign,projects,id",
|
|
"htmlType": "selectTable:projects:name,id",
|
|
"validations": "required",
|
|
"searchable": true,
|
|
"fillable": true,
|
|
"primary": false,
|
|
"inForm": true,
|
|
"inIndex": true,
|
|
"relation": "1t1,Project,type_id,id"
|
|
},
|
|
{
|
|
"name": "modular_id",
|
|
"dbType": "unsignedBigInteger:foreign,projects,id",
|
|
"htmlType": "selectTable:projects:name,id",
|
|
"validations": "required",
|
|
"searchable": true,
|
|
"fillable": true,
|
|
"primary": false,
|
|
"inForm": true,
|
|
"inIndex": true,
|
|
"relation": "1t1,Project,type_id,id"
|
|
},
|
|
{
|
|
"name": "document_id",
|
|
"dbType": "unsignedBigInteger:foreign,documents,id",
|
|
"htmlType": "selectTable:documents:name,id",
|
|
"validations": "required",
|
|
"searchable": true,
|
|
"fillable": true,
|
|
"primary": false,
|
|
"inForm": true,
|
|
"inIndex": true,
|
|
"relation": "1t1,Document,client_id,id"
|
|
}
|
|
]
|