packing

35710 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('packing_id_seq'::regclass)
packing_detail.id packing_detail_id_packing_id_fk R
surat_tanda_terima_detail.id_packing surat_tanda_terima_detail_id_packing_packing_id_fk R
nomor varchar 2147483647 null
tanggal date 13 null
id_customer int4 10 null
customer.id packing_id_customer_customer_id_fk R
id_area int4 10 null
area.id packing_id_area_area_id_fk R
total_koli int4 10 null
total_kilo numeric 0 null
id_packer int4 10 null
pegawai.id packing_id_packer_pegawai_id_fk R
catatan text 2147483647 null
status bpchar 1 'D'::bpchar
created_by int4 10 null
pegawai.id packing_created_by_pegawai_id_fk R
created_at timestamp 29,6 now()
updated_by int4 10 null
pegawai.id packing_updated_by_pegawai_id_fk R
updated_at timestamp 29,6 now()
deleted_by int4 10 null
deleted_at timestamp 29,6 null
deleted_reason text 2147483647 ''::text
id_area_delivery int4 10 null
area.id packing_id_area_delivery_area_id_fk R

Indexes

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

Relationships