Hi, this is a quick tutorial on how to add more police ranks in your database using NaviCat. (Procedure may not be the same with other programs).
Step 1: Backup your current database!
To do this, open Navicat and right click on your database. Select "dump SQL file..." and save the file to on your desktop. DONE!
Step 2: Change the code!
Find:
`coplevel` enum('0','1','2','3','4','5','6','7') NOT NULL DEFAULT '0',
and add more ranks by adding more numbers e.g. If I wanted 8 ranks in stead of seven I would add an ,'8' after '7'.
8 cop ranks should look like this: