noo

1 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('noo_id_seq'::regclass)
noo_detail.id noo_detail_id_noo_id_fk R
noo_persetujuan.id noo_persetujuan_id_noo_id_fk R
nomor varchar 20 null
tanggal date 13 null
catatan text 2147483647 null
status bpchar 1 null
created_by int4 10 null
pegawai.id noo_created_by_pegawai_id_fk R
created_at timestamp 29,6 now()
updated_by int4 10 null
pegawai.id noo_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
keterangan text 2147483647 null
is_capai bool 1 false
is_lunas bool 1 false
is_verif bool 1 false
id_verif int4 10 null
pegawai.id noo_id_verif_pegawai_id_fk R
waktu_verif timestamp 29,6 null

Indexes

Constraint Name Type Sort Column(s)
noo_pkey Primary key Asc id
noo_tanggal_status_unique Must be unique Asc/Asc tanggal + status

Relationships