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

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
}
]