Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | varchar | 36 | null |
|
|
|||||
allowed_refund_method | bool | 1 | √ | null |
|
|
||||
name_method | varchar | 17 | √ | null |
|
|
||||
owner_id | varchar | 36 | √ | null |
|
|
||||
data | json | 2147483647 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
feesfines_payments_pkey | Primary key | Asc | id |
feesfines_payments_allowed_refund_method_idx | Performance | Asc | allowed_refund_method |
feesfines_payments_name_method_idx | Performance | Asc | name_method |
feesfines_payments_owner_id_idx | Performance | Asc | owner_id |