mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/tickme.git
synced 2026-08-19 12:33:57 +00:00
36 lines
784 B
JSON
36 lines
784 B
JSON
[
|
|
{
|
|
"name": "commentable_id",
|
|
"dbType": "unsignedBigInteger",
|
|
"fillable": true,
|
|
"primary": false,
|
|
"inForm": false,
|
|
"inIndex": false
|
|
},
|
|
{
|
|
"name": "commentable_type",
|
|
"dbType": "string",
|
|
"fillable": true,
|
|
"primary": false,
|
|
"inForm": false,
|
|
"inIndex": false
|
|
},
|
|
{
|
|
"name": "user_id",
|
|
"dbType": "unsignedBigInteger:foreign,users,id",
|
|
"fillable": true,
|
|
"primary": false,
|
|
"inForm": false,
|
|
"inIndex": false,
|
|
"relation": "1t1,User,head_id,id"
|
|
},
|
|
{
|
|
"name": "comment",
|
|
"dbType": "datetime",
|
|
"fillable": true,
|
|
"primary": false,
|
|
"inForm": true,
|
|
"inIndex": false
|
|
}
|
|
]
|