-- migrate:up alter table books add column title text not null default ''; alter table books add column authors json not null default '[]'; -- migrate:down