Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('actor.usr_privacy_waiver_id_seq'::regclass) |
|
|
|||||
usr | int8 | 19 | null |
|
|
||||||
name | text | 2147483647 | null |
|
|
||||||
place_holds | bool | 1 | √ | false |
|
|
|||||
pickup_holds | bool | 1 | √ | false |
|
|
|||||
view_history | bool | 1 | √ | false |
|
|
|||||
checkout_items | bool | 1 | √ | false |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
usr_privacy_waiver_pkey | Primary key | Asc | id |
actor_usr_privacy_waiver_usr_idx | Performance | Asc | usr |