Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('opportunity_meta_id_seq'::regclass) |
|
|
|||||
| object_id | int4 | 10 | null |
|
|
||||||
| key | varchar | 255 | null |
|
|
||||||
| value | text | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| opportunity_meta_pkey | Primary key | Asc | id |
| opportunity_meta_owner_idx | Performance | Asc | object_id |
| opportunity_meta_owner_key_idx | Performance | Asc/Asc | object_id + key |



