6 lines
92 B

BEGIN TRANSACTION;
alter table monitor
add public BOOLEAN default 0 not null;
COMMIT;