ongkos

32 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('ongkos_id_seq'::regclass)
surat_tanda_terima.id_ongkos surat_tanda_terima_id_ongkos_ongkos_id_fk R
nama varchar 2147483647 null
keterangan text 2147483647 null
nilai numeric 0 null
created_by int4 10 null
pegawai.id ongkos_created_by_pegawai_id_fk R
created_at timestamp 29,6 now()
updated_by int4 10 null
pegawai.id ongkos_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

Indexes

Constraint Name Type Sort Column(s)
ongkos_pkey Primary key Asc id
ongkos_nama_unique Must be unique Asc nama

Relationships