Création table réservation

master
Alexis LAURENT 2 years ago
parent cf032cbc99
commit a4560ed690

@ -1,2 +1,9 @@
DROP TABLE Voiture, Types, Client, Réservartion, Stock;
CREATE TABLE Réservartion (
n°permis numeric(12) CONSTRAINT CPRéservation PRIMARY KEY,
DateRes date NOT NULL CHECK (calories > 0),
PRIMARY KEY (nom)
);
Loading…
Cancel
Save