add comment

This commit is contained in:
Laurent Destailleur 2015-04-24 20:47:45 +02:00
parent 6dab9f0283
commit 125c821bc4

View File

@ -32,7 +32,7 @@ create table llx_stock_mouvement
type_mouvement smallint,
fk_user_author integer,
label varchar(255), -- comment on movement
inventorycode varchar(128),
inventorycode varchar(128), -- code used to group different movement line into one operation (may be an inventory, a mass picking)
fk_origin integer,
origintype varchar(32)
)ENGINE=innodb;