Bonjour,
Voici ma table :
Je ne réussis pas à créer ma table dans MYSQL pour la table RessoucesProjet. Quelqu'un pourrais me dire ce qui cloche.
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7 CREATE TABLE IF NOT EXISTS jegere.RessourcesProjet( idProjet INT NOT NULL, idEmploye INT NOT NULL, nbrHeures INT NOT NULL, prixHeure FLOAT NOT NULL, FOREIGN KEY (idProjet) REFERENCES jegere.Projet (idProjet), FOREIGN KEY(idEmploye) REFERENCES jegere.Employe (idEmploye));
Merci!








Répondre avec citation





Rédaction d'articles/cours/tutoriels, Traduction, Contribution dans la FAQ, Rédaction de news, interviews et témoignages, Organisation de défis, de débats et de sondages, Relecture technique, Modération, Correction orthographique, etc..


Partager