acc_gl_trans

80013 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
gl_number varchar 25 null
acc_gl_detail.gl_number acc_gl_detail_gl_number_acc_gl_trans_gl_number_fk R
gl_date date 13 null
reference varchar 50 null
total numeric 0 '0'::numeric
note text 2147483647 null
is_posting bool 1 false
journal_code varchar 3 null
created_at timestamp 29,6 now()
created_by int4 10 null
pegawai.id acc_gl_trans_created_by_pegawai_id_fk R
updated_by int4 10 null
pegawai.id acc_gl_trans_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)
acc_gl_trans_pkey Primary key Asc gl_number
acc_gl_trans_reference_unique Must be unique Asc reference

Relationships