35 lines
778 B
JSON
35 lines
778 B
JSON
{
|
|
"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)"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|