Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| gl_number | varchar | 25 | null |
|
|
||||||
| 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 |
|
|
||||||
| updated_by | int4 | 10 | null |
|
|
||||||
| 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 |



