13 lines
205 B
Plaintext
Raw Normal View History

2016-04-21 14:59:00 +02:00
{
"connection": "<%= connection %>",
"tableName": "<%= idPluralized %>",
2016-04-21 14:59:00 +02:00
"options": {
"increments": true,
"timestamps": true,
"comment": ""
},
"attributes": {
<%= attributes %>
2016-04-21 14:59:00 +02:00
}
}