gadl/migrations/2_add_tile_authors.sql
2023-11-20 23:33:21 +09:00

2 lines
130 B
SQL

alter table books add column title text not null default '';
alter table books add column authors json not null default '[]';