exam_payment_new


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('exam_payment_new_id_seq'::regclass)
state payment_state 2147483647 null
registration_id bigserial 19 nextval('exam_payment_new_registration_id_seq'::regclass)
registration.id exam_payment_new_registration_id_fkey R
amount numeric 0 null
reference text 2147483647 null
transaction_id text 2147483647 null
href text 2147483647 null
timestamptz 35,6 null
created timestamptz 35,6 CURRENT_TIMESTAMP
modified timestamptz 35,6 CURRENT_TIMESTAMP

Indexes

Constraint Name Type Sort Column(s)
exam_payment_new_pkey Primary key Asc id
exam_payment_new_href_key Must be unique Asc href
exam_payment_new_paid_at Performance Asc paid_at
exam_payment_new_reference_key Must be unique Asc reference
exam_payment_new_state Performance Asc state
exam_payment_new_transaction_id_key Must be unique Asc transaction_id

Relationships