2 lines
64 B
MySQL
2 lines
64 B
MySQL
|
|
alter table users
|
||
|
|
add column style TEXT not null DEFAULT '';
|