Ajout référence dans les structures
This commit is contained in:
parent
626795a877
commit
f6e540eb64
@ -1,6 +1,7 @@
|
||||
CREATE TABLE IF NOT EXISTS `enrichissement_fichiers` (
|
||||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||||
`idCommande` int(11) NOT NULL DEFAULT '0',
|
||||
`reference` varchar(50) NOT NULL,
|
||||
`fichier` int(11) NOT NULL,
|
||||
PRIMARY KEY (`id`)
|
||||
) DEFAULT CHARSET=utf8;
|
||||
|
@ -2,6 +2,7 @@ CREATE TABLE IF NOT EXISTS `enrichissement_identifiants` (
|
||||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||||
`idComptage` int(11) NOT NULL,
|
||||
`idCommande` int(11) NOT NULL DEFAULT '0',
|
||||
`reference` varchar(50) NOT NULL,
|
||||
`identifiants` longtext NOT NULL,
|
||||
PRIMARY KEY (`id`)
|
||||
) DEFAULT CHARSET=utf8;
|
||||
|
Loading…
Reference in New Issue
Block a user