Update table

This commit is contained in:
Laurent Destailleur 2010-11-18 22:27:27 +00:00
parent 0911532d66
commit 3924c83d1a

View File

@ -26,8 +26,7 @@ create table llx_accountingtransaction
datec date NOT NULL,
fk_author varchar(20) NOT NULL,
tms timestamp,
fk_facture integer,
fk_facture_fourn integer,
fk_paiement integer,
fk_paiement_fourn integer
fk_source integer NOT NULL,
sourcetype varchar(16) NOT NULL,
url varchar(255)
)type=innodb;