3 lines
148 B
MySQL
3 lines
148 B
MySQL
|
|
||
|
-- 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;
|