1
Fork 0
holycow/holycow_backend/migrations/2024-11-29-145528_readd usernames/up.sql

2 lines
65 B
SQL

ALTER TABLE players
ADD COLUMN username bpchar UNIQUE NOT NULL;