Merge branch 'master' of https://git.etud.insa-toulouse.fr/rbonnet/tp_bdd2
pour avancer
This commit is contained in:
commit
12dbe9bc42
1 changed files with 16 additions and 0 deletions
|
@ -36,6 +36,22 @@ CREATE Auteur_Externe (
|
|||
PRIMARY KEY(idPartenaire)
|
||||
);
|
||||
|
||||
-- Nathan
|
||||
CREATE TYPE echelon AS ENUM (
|
||||
'A*',
|
||||
'A',
|
||||
'B',
|
||||
'C'
|
||||
);
|
||||
|
||||
-- Nathan
|
||||
CREATE TYPE grade AS ENUM (
|
||||
'cr1',
|
||||
'cr2',
|
||||
'mcf',
|
||||
'mcf hors classe'
|
||||
);
|
||||
|
||||
-- Nathan
|
||||
CREATE Evenement(
|
||||
idEvenement INT NOT NULL,
|
||||
|
|
Loading…
Reference in a new issue