{ "connection": "<%= connection %>", "collectionName": "<%= collectionName || idPluralized %>", "info": { "name": "<%= id %>", "description": "<%= description %>" }, "options": { "increments": true, "timestamps": true, "comment": "" }, "attributes": { <%= attributes %> } }