{ "databaseChangeLog": [ { "changeSet": { "id": "Add area_effect table", "author": "anibus", "changes": [ { "createTable": { "tableName": "area_effect", "columns": [ { "column": { "name": "id", "type": "varchar(255)", "constraints": { "primaryKey": true, "nullable": false } } },{ "column": { "name": "name", "type": "varchar(255)" } } ] } } ] } } ] }