CREATE TABLE IF NOT EXISTS vehiclekeys_info ( id INT AUTO_INCREMENT PRIMARY KEY, identifier VARCHAR(100) NOT NULL, `timestamp` BIGINT NOT NULL );