parent
cf032cbc99
commit
8fb0ae7fb1
@ -1,2 +1,5 @@
|
|||||||
DROP TABLE Voiture, Types, Client, Réservartion, Stock;
|
DROP TABLE Voiture, Types, Client, Réservartion, Stock;
|
||||||
|
|
||||||
|
CREATE TABLE Voiture(
|
||||||
|
immatriculation PRIMARY KEY CONSTRAINT Problème_Immatriculation CHECK(immatriculation LIKE '(A-Z)(A-Z)(0-9)(0-9)(0-9)(A-Z)(A-Z)')
|
||||||
|
)
|
Loading…
Reference in new issue