payment_config


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('payment_config_id_seq'::regclass)
organizer_id bigserial 19 nextval('payment_config_organizer_id_seq'::regclass)
organizer.id payment_config_organizer_id_fkey R
merchant_id int4 10 null
evaluation_payment_config.id Implied Constraint R
merchant_secret text 2147483647 null
test_mode bool 1 false

Indexes

Constraint Name Type Sort Column(s)
payment_config_pkey Primary key Asc id

Relationships