mapping_target_salesman

-1 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('mapping_target_salesman_id_seq'::regclass)
id_pegawai int4 10 null
pegawai.id mapping_target_salesman_id_pegawai_pegawai_id_fk R
periode date 13 null
catatan text 2147483647 null
created_by int4 10 null
pegawai.id mapping_target_salesman_created_by_pegawai_id_fk R
created_at timestamp 29,6 now()
updated_by int4 10 null
pegawai.id mapping_target_salesman_updated_by_pegawai_id_fk R
updated_at timestamp 29,6 now()
id_spv int4 10 null
grandtotal_penjualan numeric 0 null
grandtotal_call numeric 0 null
deleted_by int4 10 null
deleted_at timestamp 29,6 null
deleted_reason text 2147483647 ''::text
status bpchar 1 null

Indexes

Constraint Name Type Sort Column(s)
mapping_target_salesman_pkey Primary key Asc id
mapping_target_salesman_id_pegawai_periode_unique Must be unique Asc/Asc id_pegawai + periode

Relationships