It is the sql file you need to add to your server.
CREATE TABLE IF NOT EXISTS `samy_nitro` ( `identifier` varchar(100) DEFAULT NULL, `plate` varchar(100) DEFAULT NULL, `nitrous` varchar(50) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
Last updated 1 year ago