13 lines
182 B
Plaintext
Raw Normal View History

2016-03-18 11:12:50 +01:00
{
"connection": "<%= connection %>",
"tableName": "<%= id %>",
"options": {
"increments": true,
"timestamps": true,
"comment": ""
},
2016-03-25 22:22:34 +01:00
"attributes": {
}
2016-03-18 11:12:50 +01:00
}