Ajout fk_export_compta

This commit is contained in:
Rodolphe Quiedeville 2005-01-03 14:25:26 +00:00
parent 8683056ff8
commit 8a56881a56

View File

@ -34,6 +34,7 @@ create table llx_facturedet
price real, -- prix final
date_start datetime, -- date debut si service
date_end datetime, -- date fin si service
fk_code_ventilation integer DEFAULT 0 NOT NULL
fk_code_ventilation integer DEFAULT 0 NOT NULL,
fk_export_compta integer DEFAULT 0 NOT NULL
)type=innodb;