17 lines
314 B
Plaintext
Raw Normal View History

2016-03-18 11:12:50 +01:00
{
"connection": "<%= connection %>",
"collectionName": "<%= collectionName || idPluralized %>",
"info": {
"name": "<%= id %>",
"description": "<%= description %>"
},
2016-03-18 11:12:50 +01:00
"options": {
"increments": true,
"timestamps": true,
"comment": ""
},
2016-03-25 22:22:34 +01:00
"attributes": {
<%= attributes %>
2016-03-25 22:22:34 +01:00
}
2016-03-18 11:12:50 +01:00
}