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) |
|
|
|||||
merchant_id | int4 | 10 | √ | null |
|
|
|||||
merchant_secret | text | 2147483647 | √ | null |
|
|
|||||
test_mode | bool | 1 | √ | false |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
payment_config_pkey | Primary key | Asc | id |