Create Publie_Doctorant table
This commit is contained in:
förälder
29187f4fcc
incheckning
eac0ee8b98
1 ändrade filer med 7 tillägg och 0 borttagningar
|
|
@ -1,6 +1,13 @@
|
||||||
CREATE TABLE Personnel
|
CREATE TABLE Personnel
|
||||||
();
|
();
|
||||||
|
|
||||||
|
CREATE Publie_Doctorant(
|
||||||
|
idPublication INT NOT NULL,
|
||||||
|
idDoctorant INT NOT NULL,
|
||||||
|
FOREIGN KEY (idPublication) REFERENCES Publication(idPublication),
|
||||||
|
FOREIGN KEY (idDoctorant) REFERENCES Doctorant(idDoctorant)
|
||||||
|
);
|
||||||
|
|
||||||
CREATE TABLE Publie_Externe(
|
CREATE TABLE Publie_Externe(
|
||||||
idPublication INT NOT NULL,
|
idPublication INT NOT NULL,
|
||||||
idAuteurExterne INT NOT NULL,
|
idAuteurExterne INT NOT NULL,
|
||||||
|
|
|
||||||
Laddar…
Referens i nytt ärende