strapi/packages/strapi-generate-api/templates/model.settings.template
2016-03-25 22:22:34 +01:00

13 lines
182 B
Plaintext
Executable File

{
"connection": "<%= connection %>",
"tableName": "<%= id %>",
"options": {
"increments": true,
"timestamps": true,
"comment": ""
},
"attributes": {
}
}