Skip to content
Snippets Groups Projects
Commit 125c821b authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

add comment

parent 6dab9f02
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ create table llx_stock_mouvement ...@@ -32,7 +32,7 @@ create table llx_stock_mouvement
type_mouvement smallint, type_mouvement smallint,
fk_user_author integer, fk_user_author integer,
label varchar(255), -- comment on movement 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, fk_origin integer,
origintype varchar(32) origintype varchar(32)
)ENGINE=innodb; )ENGINE=innodb;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment