stock_replenishment_option

-1 rows


Description

Stock warehouse replenishment option

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('stock_replenishment_option_id_seq'::regclass)
route_id int4 10 null
stock_route.id stock_replenishment_option_route_id_fkey N

Route

product_id int4 10 null
product_product.id stock_replenishment_option_product_id_fkey N

Product

replenishment_info_id int4 10 null
stock_replenishment_info.id stock_replenishment_option_replenishment_info_id_fkey N

Replenishment Info

create_uid int4 10 null
res_users.id stock_replenishment_option_create_uid_fkey N

Created by

write_uid int4 10 null
res_users.id stock_replenishment_option_write_uid_fkey N

Last Updated by

create_date timestamp 29,6 null

Created on

write_date timestamp 29,6 null

Last Updated on

Indexes

Constraint Name Type Sort Column(s)
stock_replenishment_option_pkey Primary key Asc id

Relationships