mirror of
https://github.com/status-im/open-bounty.git
synced 2025-02-11 17:06:31 +00:00
3 lines
56 B
MySQL
3 lines
56 B
MySQL
|
ALTER TABLE public.users
|
||
|
ADD avatar_url VARCHAR(255);
|