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