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