strapi/packages/strapi-generate-api/templates/model.settings.template

11 lines
174 B
Plaintext
Raw Normal View History

2016-03-18 11:12:50 +01:00
{
"connection": "<%= connection %>",
"tableName": "<%= id %>",
"options": {
"increments": true,
"timestamps": true,
"comment": ""
},
"attributes": {}
}