mirror of https://github.com/buster-so/buster.git
4 lines
73 B
MySQL
4 lines
73 B
MySQL
|
-- Your SQL goes here
|
||
|
ALTER TABLE users
|
||
|
ADD COLUMN avatar_url TEXT NULL;
|