Ajout champs

This commit is contained in:
Rodolphe Quiedeville 2005-11-03 09:55:59 +00:00
parent f7df2c0073
commit 8f3d85a33f

View File

@ -29,6 +29,7 @@ create table llx_prelevement_rejet
motif integer,
date_creation datetime,
fk_user_creation integer,
note text
note text,
afacturer tinyint default 0,
fk_facture integer
)type=innodb;