Each row in this table represents the subscription
related information for a catalog entry.
Column Descriptions:
Name | Type | Description |
CATENTRY_ID | BIGINT NOT NULL | The catalog entry ID |
SUBSCPTYPE_ID | CHAR (32) NOT NULL DEFAULT 'NONE' | The type of the subscription this catalog entry
can be subscribed to. |
DISALLOW_REC_ORDER | INTEGER NOT NULL DEFAULT 0 | Indicates whether this catalog entry is
prohibited from being purchased through recurring order. Default
value is 0.
- 0
- No
- 1
- Yes
|
OPTCOUNTER | SMALLINT NOT NULL DEFAULT 0 | The optimistic concurrency control counter for
the table. Every time there is an update to the table, the counter
is incremented. |
Indexes:
Name | Column Names | Type |
<SYSTEM-GENERATED> | CATENTRY_ID | Primary Key |
I0001358 | SUBSCPTYPE_ID | Non-Unique Index |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_3644 | CATENTRY_ID | CATENTRY | CATENTRY_ID | Cascade |
F_3645 | SUBSCPTYPE_ID | SUBSCPTYPE | SUBSCPTYPE_ID | Cascade |