Actualiser creation_tables.txt
This commit is contained in:
parent
35b8874cfe
commit
5716aea1c3
@ -14,9 +14,7 @@ CREATE TABLE adherent (
|
|||||||
FOREIGN KEY (club) REFERENCES club(nom)
|
FOREIGN KEY (club) REFERENCES club(nom)
|
||||||
);
|
);
|
||||||
|
|
||||||
INSERT INTO respo (club, president, tresorier) VALUES
|
|
||||||
('Lions Sportifs', 1, 2),
|
|
||||||
('Tigres Athletiques', 6, 7);
|
|
||||||
|
|
||||||
CREATE TABLE competition (
|
CREATE TABLE competition (
|
||||||
code INT PRIMARY KEY,
|
code INT PRIMARY KEY,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user