Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('oc_mounts_id_seq'::regclass) |
|
|
||
| storage_id | int8 | 19 | null |
|
|
|||
| root_id | int8 | 19 | null |
|
|
|||
| user_id | varchar | 64 | null |
|
|
|||
| mount_point | varchar | 4000 | null |
|
|
|||
| mount_id | int8 | 19 | √ | null |
|
|
||
| mount_provider_class | varchar | 128 | √ | NULL::character varying |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| oc_mounts_pkey | Primary key | Asc | id |
| mount_user_storage | Performance | Asc/Asc | storage_id + user_id |
| mounts_class_index | Performance | Asc | mount_provider_class |
| mounts_mount_id_index | Performance | Asc | mount_id |
| mounts_root_index | Performance | Asc | root_id |
| mounts_storage_index | Performance | Asc | storage_id |
| mounts_user_root_path_index | Performance | Asc/Asc/Asc | user_id + root_id + mount_point |