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

2 lines
64 B
MySQL
Raw Normal View History

2024-11-30 13:07:23 +00:00
ALTER TABLE players ADD COLUMN username BPCHAR UNIQUE NOT NULL;