withdraw

-1 rows


Description

Table represents the withdrawals of customers

Columns

Column Type Size Nulls Auto Default Children Parents Comments
withdraw_id int4 10 null
withdraw_status_history.withdraw_id withdraw_status_history_withdraw_id_fkey R

Primary key: an identifier for this record

dim_transfer_method_id int4 10 null
dim_transfer_method.dim_transfer_method_id withdraw_dim_transfer_method_id_fkey R

Ref: see table dim_transfer

account_transaction_id int8 19 null
account_transaction.account_transaction_id withdraw_account_transaction_id_fkey R

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

Relationships