3 lines
130 B
MySQL
3 lines
130 B
MySQL
|
alter table books add column title text not null default '';
|
||
|
alter table books add column authors json not null default '[]';
|