1 line
66 B
SQL
1 line
66 B
SQL
alter table habits add column archived integer not null default 0; |
alter table habits add column archived integer not null default 0; |