mirror of
https://github.com/Squareville/TestEventServer.git
synced 2026-01-03 00:59:39 -06:00
Created a new file to run on the MySQL database to alter the MySQL table charinfo.names to only allow unique entries
1 line
39 B
SQL
1 line
39 B
SQL
ALTER TABLE charinfo ADD UNIQUE (name); |