Files
tickme/app/Classes/CodeGenerator/Schemas/documents/documents.json
T
2020-05-11 14:43:49 +08:00

48 lines
1.1 KiB
JSON

[
{
"name": "type_id",
"dbType": "unsignedBigInteger:foreign,document_types,id",
"htmlType": "selectTable:document_types:name,id",
"validations": "required",
"searchable": true,
"fillable": true,
"primary": false,
"inForm": true,
"inIndex": true,
"relation": "1t1,DocumentType,type_id,id"
},
{
"name": "name",
"dbType": "string",
"htmlType": "text",
"validations": "required",
"searchable": true,
"fillable": true,
"primary": false,
"inForm": true,
"inIndex": true
},
{
"name": "path",
"dbType": "string",
"htmlType": "text",
"validations": "required",
"searchable": true,
"fillable": true,
"primary": false,
"inForm": true,
"inIndex": true
},
{
"name": "description",
"dbType": "string:nullable",
"htmlType": "textarea",
"validations": "",
"searchable": true,
"fillable": true,
"primary": false,
"inForm": true,
"inIndex": true
}
]