Ajout champ fk_fournisseur
This commit is contained in:
parent
50ce9f5446
commit
9c5941109c
@ -31,6 +31,7 @@ create table llx_telephonie_commande_retour (
|
|||||||
commentaire text NOT NULL,
|
commentaire text NOT NULL,
|
||||||
fichier varchar(255) NOT NULL,
|
fichier varchar(255) NOT NULL,
|
||||||
traite smallint DEFAULT 0,
|
traite smallint DEFAULT 0,
|
||||||
date_traitement datetime
|
date_traitement datetime,
|
||||||
|
fk_fournisseur integer NOT NULL
|
||||||
|
|
||||||
)type=innodb;
|
)type=innodb;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user