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