Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('payment_ar_id_seq'::regclass) |
|
|
||||||||
| number | varchar | 2147483647 | null |
|
|
|||||||||
| date | date | 13 | null |
|
|
|||||||||
| id_tipe_pembayaran | int4 | 10 | null |
|
|
|||||||||
| id_customer | int4 | 10 | null |
|
|
|||||||||
| id_account | int4 | 10 | null |
|
|
|||||||||
| no_cek_bg | varchar | 2147483647 | √ | null |
|
|
||||||||
| other_cost | numeric | 0 | '0'::numeric |
|
|
|||||||||
| total_discount | numeric | 0 | '0'::numeric |
|
|
|||||||||
| total | numeric | 0 | '0'::numeric |
|
|
|||||||||
| pembulatan | numeric | 0 | '0'::numeric |
|
|
|||||||||
| biaya_transfer | numeric | 0 | '0'::numeric |
|
|
|||||||||
| nilai_transfer | numeric | 0 | '0'::numeric |
|
|
|||||||||
| status | bpchar | 1 | null |
|
|
|||||||||
| description | text | 2147483647 | √ | 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 |
|
|
|||||||||
| filename | _text | 2147483647 | √ | null |
|
|
||||||||
| tanggal_cek_bg | date | 13 | √ | null |
|
|
||||||||
| persen_biaya_transfer | numeric | 0 | '0'::numeric |
|
|
|||||||||
| tanggal_verifikasi | date | 13 | √ | null |
|
|
||||||||
| id_verifikasi | int4 | 10 | √ | null |
|
|
||||||||
| waktu_verifikasi | timestamp | 29,6 | √ | null |
|
|
||||||||
| grandtotal | numeric | 0 | '0'::numeric |
|
|
|||||||||
| id_rejected | int4 | 10 | √ | null |
|
|
||||||||
| waktu_rejected | timestamp | 29,6 | √ | null |
|
|
||||||||
| keterangan_rejected | text | 2147483647 | √ | null |
|
|
||||||||
| id_proposal | int4 | 10 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| payment_ar_pkey | Primary key | Asc | id |
| payment_ar_number_unique | Must be unique | Asc | number |

