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
This commit is contained in:
EmosewaMC 2022-01-09 00:12:49 -08:00
parent 01230e2575
commit 150dec1cc2

View File

@ -0,0 +1 @@
ALTER TABLE charinfo ADD UNIQUE (name);