- converted to work with RSG Framework
- respect to the original creator Randolio : https://github.com/Randolio
CREATE TABLE IF NOT EXISTS `player_jobs` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`citizenid` varchar(50) DEFAULT NULL,
`job` varchar(50) DEFAULT NULL,
`grade` INT(11) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;