customer_jenis

26 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('customer_jenis_id_seq'::regclass)
customer.id_customer_jenis customer_id_customer_jenis_customer_jenis_id_fk R
kategori varchar 50 null
id_barang_kategori _int4 10 null
created_by int4 10 null
pegawai.id customer_jenis_created_by_pegawai_id_fk R
created_at timestamp 29,6 now()
updated_by int4 10 null
pegawai.id customer_jenis_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
kelompok varchar 20 null

Indexes

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

Relationships