Liaison entre la table Commandes et la table Identifiants
This commit is contained in:
parent
d10344ae41
commit
d9bb3e8a74
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user