mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-09 01:38:20 +00:00
150dec1cc2
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); |