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, datec date NOT NULL,
fk_author varchar(20) NOT NULL, fk_author varchar(20) NOT NULL,
tms timestamp, tms timestamp,
fk_facture integer, fk_source integer NOT NULL,
fk_facture_fourn integer, sourcetype varchar(16) NOT NULL,
fk_paiement integer, url varchar(255)
fk_paiement_fourn integer
)type=innodb; )type=innodb;