2 lines
63 B
SQL
2 lines
63 B
SQL
alter table user add column status integer not null default 0;
|
alter table user add column status integer not null default 0;
|