app2-api/modules/post/models/Post.settings.json

20 lines
317 B
JSON
Raw Normal View History

2019-04-15 10:13:17 +00:00
{
"connection": "default",
"collectionName": "posts",
"info": {
"name": "post",
"description": ""
},
"options": {
"increments": true,
"timestamps": true,
"comment": ""
},
"attributes": {
"Título": {
"default": "",
"type": "string",
"required": true
}
}
}