Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
completed_payment_id | bigserial | 19 | √ | nextval('completed_payments_completed_payment_id_seq'::regclass) |
|
|
||||
timestamp | timestamp | 22 | null |
|
|
|||||
payment_type | int8 | 19 | null |
|
|
|||||
context_id | int8 | 19 | null |
|
|
|||||
user_id | int8 | 19 | √ | null |
|
|
||||
assoc_id | varchar | 16 | √ | null |
|
|
||||
amount | float8 | 17,17 | null |
|
|
|||||
currency_code_alpha | varchar | 3 | √ | null |
|
|
||||
payment_method_plugin_name | varchar | 80 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
completed_payments_pkey | Primary key | Asc | completed_payment_id |
completed_payments_context_id | Performance | Asc | context_id |
completed_payments_user_id | Performance | Asc | user_id |