2 lines
65 B
SQL
2 lines
65 B
SQL
alter table Users add column type text not null default 'hydra';
|
alter table Users add column type text not null default 'hydra';
|