Oubli champs type

This commit is contained in:
Rodolphe Quiedeville 2005-11-16 12:16:39 +00:00
parent fc94cf86e1
commit 8fa2418a1d

View File

@ -26,6 +26,6 @@ create table llx_telephonie_commission_regul (
fk_distributeur integer NOT NULL,
fk_contrat integer NOT NULL,
fk_ligne integer NOT NULL,
montant real
montant real,
type varchar(4)
)type=innodb;