2016-08-12 12:04:00 +02:00

13 lines
200 B
Plaintext
Executable File

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