Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
obj_oid | int8 | 19 | null |
|
|
|||||||
person_oid | int8 | 19 | null |
|
|
|||||||
entity_type | varchar | 2147483647 | √ | null |
|
|
||||||
entity_oid | int8 | 19 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
subscription_pkey | Primary key | Asc | obj_oid |
subscription_entity_oid_idx | Performance | Asc | entity_oid |
subscription_entity_type_idx | Performance | Asc | entity_type |
subscription_person_oid_idx | Performance | Asc | person_oid |