Run this in your database:
ALTER TABLE `player_vehicles` ADD COLUMN IF NOT EXISTS `job` varchar(50) DEFAULT NULL, ADD COLUMN IF NOT EXISTS `notes` text DEFAULT NULL;
Last updated 19 days ago
Was this helpful?