Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('retur_konsinyasi_id_seq'::regclass) |
|
|
|||||
| nomor | varchar | 2147483647 | null |
|
|
||||||
| tanggal | date | 13 | null |
|
|
||||||
| id_surat_jalan | int4 | 10 | null |
|
|
||||||
| id_customer | int4 | 10 | null |
|
|
||||||
| catatan | text | 2147483647 | null |
|
|
||||||
| status | bpchar | 1 | null |
|
|
||||||
| created_by | int4 | 10 | null |
|
|
||||||
| created_at | timestamp | 29,6 | √ | now() |
|
|
|||||
| 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 |
|
|
||||||
| subtotal | numeric | 0 | '0'::numeric |
|
|
||||||
| total_diskon | numeric | 0 | '0'::numeric |
|
|
||||||
| hpp | numeric | 0 | '0'::numeric |
|
|
||||||
| dpp | numeric | 0 | '0'::numeric |
|
|
||||||
| is_ppn | bool | 1 | false |
|
|
||||||
| persen_ppn | numeric | 0 | '0'::numeric |
|
|
||||||
| total_ppn | numeric | 0 | '0'::numeric |
|
|
||||||
| is_pph_22 | bool | 1 | false |
|
|
||||||
| persen_pph_22 | numeric | 0 | '0'::numeric |
|
|
||||||
| total_pph_22 | numeric | 0 | '0'::numeric |
|
|
||||||
| is_materai | bool | 1 | false |
|
|
||||||
| materai | numeric | 0 | '0'::numeric |
|
|
||||||
| grandtotal | numeric | 0 | '0'::numeric |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| retur_konsinyasi_pkey | Primary key | Asc | id |

