Scripts/resources/[hp]/hp_carcontrol/carcontrol.sql
2024-12-29 20:48:41 +01:00

4 lines
104 B
SQL

CREATE TABLE IF NOT EXISTS `carmileages` (
`plate` text DEFAULT NULL,
`mileage` text DEFAULT NULL
);