2017-02-14 01:10:37 +01:00

13 lines
205 B
Plaintext
Executable File

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