Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('oc_properties_id_seq'::regclass) |
|
|
||
| userid | varchar | 64 | ''::character varying |
|
|
|||
| propertypath | varchar | 255 | ''::character varying |
|
|
|||
| propertyname | varchar | 255 | ''::character varying |
|
|
|||
| propertyvalue | text | 2147483647 | null |
|
|
|||
| valuetype | int2 | 5 | √ | 1 |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| oc_properties_pkey | Primary key | Asc | id |
| properties_path_index | Performance | Asc/Asc | userid + propertypath |
| properties_pathonly_index | Performance | Asc | propertypath |