app2-api/modules/post/models/Post.settings.json
2019-04-15 12:13:17 +02:00

20 lines
317 B
JSON

{
"connection": "default",
"collectionName": "posts",
"info": {
"name": "post",
"description": ""
},
"options": {
"increments": true,
"timestamps": true,
"comment": ""
},
"attributes": {
"Título": {
"default": "",
"type": "string",
"required": true
}
}
}