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

3 lines
65 B
MySQL
Raw Permalink Normal View History

2024-11-30 18:04:07 +00:00
ALTER TABLE players
ADD COLUMN username bpchar UNIQUE NOT NULL;