Scripts/resources/[hp]/hp_carcontrol/carcontrol.sql

4 lines
104 B
MySQL
Raw Normal View History

2024-12-29 19:48:41 +00:00
CREATE TABLE IF NOT EXISTS `carmileages` (
`plate` text DEFAULT NULL,
`mileage` text DEFAULT NULL
);