Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('ekspedisi_id_seq'::regclass) |
|
|
|||||||||||||||||||||||
| nama | varchar | 2147483647 | null |
|
|
||||||||||||||||||||||||
| alamat | text | 2147483647 | √ | null |
|
|
|||||||||||||||||||||||
| telepon | varchar | 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 |
|
|
||||||||||||||||||||||||
| is_pembelian | bool | 1 | false |
|
|
||||||||||||||||||||||||
| is_penjualan | bool | 1 | false |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| ekspedisi_pkey | Primary key | Asc | id |
| ekspedisi_nama_unique | Must be unique | Asc | nama |

