Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | varchar | 36 | null |
|
|
|||||
| description | varchar | 59 | √ | null |
|
|
||||
| loanable | bool | 1 | √ | null |
|
|
||||
| name | varchar | 13 | √ | null |
|
|
||||
| renewable | bool | 1 | √ | null |
|
|
||||
| data | json | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| circulation_loan_policies_pkey | Primary key | Asc | id |
| circulation_loan_policies_description_idx | Performance | Asc | description |
| circulation_loan_policies_loanable_idx | Performance | Asc | loanable |
| circulation_loan_policies_name_idx | Performance | Asc | name |
| circulation_loan_policies_renewable_idx | Performance | Asc | renewable |

