13 lines
200 B
Plaintext
Raw Normal View History

2016-04-21 14:59:00 +02:00
{
"connection": "<%= connection %>",
"tableName": "<%= humanizeId %>",
2016-04-21 14:59:00 +02:00
"options": {
"increments": true,
"timestamps": true,
"comment": ""
},
"attributes": {
2016-08-10 11:00:56 +02:00
<%= api %>
2016-04-21 14:59:00 +02:00
}
}