mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-19 04:23:59 +00:00
71 lines
1.6 KiB
JSON
71 lines
1.6 KiB
JSON
[
|
|
{
|
|
"name": "company_id",
|
|
"dbType": "foreignId:foreign,companies,id",
|
|
"htmlType": "selectTable:companies:name,id",
|
|
"validations": "required",
|
|
"searchable": true,
|
|
"fillable": false,
|
|
"primary": false,
|
|
"inForm": false,
|
|
"inIndex": true,
|
|
"relation": "1t1,Company,company_id,id"
|
|
},
|
|
{
|
|
"name": "name",
|
|
"dbType": "string",
|
|
"htmlType": "text",
|
|
"validations": "required",
|
|
"searchable": false,
|
|
"fillable": true,
|
|
"primary": false,
|
|
"inForm": true,
|
|
"inIndex": true
|
|
},
|
|
{
|
|
"name": "designation",
|
|
"dbType": "string:nullable",
|
|
"htmlType": "text",
|
|
"validations": "",
|
|
"searchable": false,
|
|
"fillable": true,
|
|
"primary": false,
|
|
"inForm": true,
|
|
"inIndex": true
|
|
},
|
|
{
|
|
"name": "email",
|
|
"dbType": "string:nullable",
|
|
"htmlType": "text",
|
|
"validations": "",
|
|
"searchable": false,
|
|
"fillable": true,
|
|
"primary": false,
|
|
"inForm": true,
|
|
"inIndex": true
|
|
}
|
|
,
|
|
{
|
|
"name": "phone",
|
|
"dbType": "string:nullable",
|
|
"htmlType": "text",
|
|
"validations": "",
|
|
"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
|
|
}
|
|
]
|