Files
2020-05-11 14:43:49 +08:00

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"
}
]