Ajout champ fk_fournisseur

This commit is contained in:
Rodolphe Quiedeville 2005-10-20 08:07:51 +00:00
parent 50ce9f5446
commit 9c5941109c

View File

@ -31,6 +31,7 @@ create table llx_telephonie_commande_retour (
commentaire text NOT NULL,
fichier varchar(255) NOT NULL,
traite smallint DEFAULT 0,
date_traitement datetime
date_traitement datetime,
fk_fournisseur integer NOT NULL
)type=innodb;