Liaison entre la table Commandes et la table Identifiants

This commit is contained in:
Michael RICOIS 2012-02-21 14:37:56 +00:00
parent d10344ae41
commit d9bb3e8a74

View File

@ -1,6 +1,6 @@
CREATE TABLE IF NOT EXISTS `enrichissement_commandes` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`idComptage` int(11) NOT NULL,
`idIdentifiant` int(11) NOT NULL,
`idProfil` int(11) NOT NULL,
`fichier` varchar(100) NOT NULL,
`nbLigneTotales` int(11) NOT NULL,