payment


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('payment_id_seq'::regclass)
created timestamp 29,6 now()
state payment_state 2147483647 null
type payment_type 2147483647 null
ext_reference_id text 2147483647 null
registration_id int8 19 null
registration.id payment_registration_id_fkey R
amount numeric 0 null
reference numeric 0 null
order_number varchar 32 null
paym_call_id varchar 25 null
payment_method text 2147483647 null
participant_id int8 19 null
participant.id payment_participant_id_fkey R

Indexes

Constraint Name Type Sort Column(s)
payment_pkey Primary key Asc id
payment_ext_reference_id_key Must be unique Asc ext_reference_id
payment_order_number_key Must be unique Asc order_number
payment_paym_call_id_key Must be unique Asc paym_call_id

Relationships