2 lines
46 B
MySQL
2 lines
46 B
MySQL
|
alter table users add column token text null;
|
|
alter table users add column token text null;
|