mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-04-27 17:16:31 +00: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); |