onasty/migrations/20250520211029_remove_username.down.sql(view raw)
1 2
ALTER TABLE users ADD COLUMN username varchar(255) NOT NULL UNIQUE;