buster/api/migrations/2025-03-05-201142_add_user_.../up.sql

4 lines
73 B
MySQL
Raw Normal View History

2025-03-06 04:22:01 +08:00
-- Your SQL goes here
ALTER TABLE users
ADD COLUMN avatar_url TEXT NULL;