Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('oc_circles_mountpoint_id_seq'::regclass) |
|
|
||
| mount_id | varchar | 31 | null |
|
|
|||
| single_id | varchar | 31 | null |
|
|
|||
| mountpoint | text | 2147483647 | √ | null |
|
|
||
| mountpoint_hash | varchar | 64 | √ | NULL::character varying |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| oc_circles_mountpoint_pkey | Primary key | Asc | id |
| circles_mountpoint_ms | Performance | Asc/Asc | mount_id + single_id |
| mp_sid_hash | Must be unique | Asc/Asc | single_id + mountpoint_hash |