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