discord-bot/db/migrations/7_minecraft-bedrock.sql

3 lines
148 B
MySQL
Raw Normal View History

-- Using this col we will be able to see if someone has a bedrock account (as well as a java one)
ALTER TABLE wolves ADD COLUMN minecraft_uid TEXT;