2 lines
72 B
MySQL
2 lines
72 B
MySQL
|
|
alter table users
|
||
|
|
add column email varchar(500) not null DEFAULT '';
|