Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('evaluation_payment_new_id_seq'::regclass) |
|
|
|||||
state | payment_state | 2147483647 | null |
|
|
||||||
evaluation_order_id | bigserial | 19 | √ | nextval('evaluation_payment_new_evaluation_order_id_seq'::regclass) |
|
|
|||||
amount | numeric | 0 | null |
|
|
||||||
reference | text | 2147483647 | null |
|
|
||||||
transaction_id | text | 2147483647 | null |
|
|
||||||
href | text | 2147483647 | null |
|
|
||||||
paid_at | timestamptz | 35,6 | √ | null |
|
|
|||||
created | timestamptz | 35,6 | √ | CURRENT_TIMESTAMP |
|
|
|||||
modified | timestamptz | 35,6 | √ | CURRENT_TIMESTAMP |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
evaluation_payment_new_pkey | Primary key | Asc | id |
evaluation_payment_new_evaluation_order_id_key | Must be unique | Asc | evaluation_order_id |
evaluation_payment_new_href_key | Must be unique | Asc | href |
evaluation_payment_new_reference_key | Must be unique | Asc | reference |
evaluation_payment_new_state | Performance | Asc | state |
evaluation_payment_new_transaction_id_key | Must be unique | Asc | transaction_id |