mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/tickme.git
synced 2026-08-19 20:43:58 +00:00
59 lines
1.4 KiB
JSON
59 lines
1.4 KiB
JSON
[
|
|
{
|
|
"name": "type_id",
|
|
"dbType": "unsignedBigInteger:foreign,modular_types,id",
|
|
"htmlType": "selectTable:modular_types:name,id",
|
|
"validations": "required",
|
|
"searchable": true,
|
|
"fillable": true,
|
|
"primary": false,
|
|
"inForm": true,
|
|
"inIndex": true,
|
|
"relation": "1t1,ModularType,type_id,id"
|
|
},
|
|
{
|
|
"name": "marking",
|
|
"dbType": "string",
|
|
"htmlType": "text",
|
|
"validations": "required",
|
|
"searchable": true,
|
|
"fillable": true,
|
|
"primary": false,
|
|
"inForm": true,
|
|
"inIndex": true
|
|
},
|
|
{
|
|
"name": "name",
|
|
"dbType": "string",
|
|
"htmlType": "text",
|
|
"validations": "required",
|
|
"searchable": true,
|
|
"fillable": true,
|
|
"primary": false,
|
|
"inForm": true,
|
|
"inIndex": true
|
|
},
|
|
{
|
|
"name": "email",
|
|
"dbType": "string",
|
|
"htmlType": "email",
|
|
"validations": "required|email",
|
|
"searchable": false,
|
|
"fillable": true,
|
|
"primary": false,
|
|
"inForm": true,
|
|
"inIndex": true
|
|
},
|
|
{
|
|
"name": "wechat_id",
|
|
"dbType": "string:nullable",
|
|
"htmlType": "text",
|
|
"validations": "",
|
|
"searchable": false,
|
|
"fillable": true,
|
|
"primary": false,
|
|
"inForm": true,
|
|
"inIndex": true
|
|
}
|
|
]
|