17 lines
314 B
Plaintext
Raw Normal View History

2016-04-21 14:59:00 +02:00
{
"connection": "<%= connection %>",
2018-05-14 12:05:09 +02:00
"collectionName": "<%= collectionName || idPluralized %>",
"info": {
"name": "<%= id %>",
"description": "<%= description %>"
},
2016-04-21 14:59:00 +02:00
"options": {
"increments": true,
"timestamps": true,
"comment": ""
},
"attributes": {
2018-05-14 12:05:09 +02:00
<%= attributes %>
2016-04-21 14:59:00 +02:00
}
}