diff --git a/db/data.sql b/db/data.sql index e4e58b9d2a6725c988e87d8a4731d45268abe1cd..285d00cf37f880536e296e571ed04a3c6d7bbd28 100644 --- a/db/data.sql +++ b/db/data.sql @@ -315,9 +315,22 @@ VALUES '1029384756', 'FPO0124', '2021-06-01' + ), + ( + '2021-06-07 12:00:00', + '2021-06-07 13:00:00', + 25, + 29, + '1029384757', + 'FLY1045', + '2021-07-01' ); -- INSERT INTO caracteristiques_vehicule ( -- prix_horaire, -- prix_kilometrique, --- ) \ No newline at end of file +-- odometre_max, +-- type +-- ) VALUES ( +-- ); +COMMIT; \ No newline at end of file