Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
withdraw_id | int4 | 10 | null |
|
|
Primary key: an identifier for this record |
|||||
dim_transfer_method_id | int4 | 10 | √ | null |
|
|
Ref: see table dim_transfer |
||||
account_transaction_id | int8 | 19 | √ | null |
|
|
Transaction record this withdrawal relates to |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
withdraw_pkey | Primary key | Asc | withdraw_id |
idx_withdraw_account_transaction_id | Performance | Asc | account_transaction_id |
idx_withdraw_dim_transfer_method_id | Performance | Asc | dim_transfer_method_id |