stock_quant_package

-1 rows


Description

Packages

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('stock_quant_package_id_seq'::regclass)
stock_move_line.package_id stock_move_line_package_id_fkey R
stock_move_line.result_package_id stock_move_line_result_package_id_fkey R
stock_package_level.package_id stock_package_level_package_id_fkey R
stock_quant.package_id stock_quant_package_id_fkey R
stock_quant_relocate.dest_package_id stock_quant_relocate_dest_package_id_fkey N
stock_scrap.package_id stock_scrap_package_id_fkey N
package_type_id int4 10 null
stock_package_type.id stock_quant_package_package_type_id_fkey N

Package Type

location_id int4 10 null
stock_location.id stock_quant_package_location_id_fkey N

Location

company_id int4 10 null
res_company.id stock_quant_package_company_id_fkey N

Company

create_uid int4 10 null
res_users.id stock_quant_package_create_uid_fkey N

Created by

write_uid int4 10 null
res_users.id stock_quant_package_write_uid_fkey N

Last Updated by

name varchar 2147483647 null

Package Reference

package_use varchar 2147483647 null

Package Use

pack_date date 13 null

Pack Date

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_quant_package_pkey Primary key Asc id
stock_quant_package__company_id_index Performance Asc company_id
stock_quant_package__location_id_index Performance Asc location_id
stock_quant_package__package_type_id_index Performance Asc package_type_id

Relationships