2016-08-09 11:47:48 +02:00

13 lines
182 B
Plaintext
Executable File

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