DarkflameServer/migrations/dlu/1_unique_charinfo_names.sql
EmosewaMC 150dec1cc2 Added file to run on table charinfo to allow for unique names only
Created a new file to run on the MySQL database to alter the MySQL table charinfo.names to only allow unique entries
2022-01-09 00:12:49 -08:00

1 line
39 B
SQL

ALTER TABLE charinfo ADD UNIQUE (name);