This table is used to record the list of
subscriptions that were created after renewal of existing
subscriptions
Column Descriptions:
Name | Type | Description |
RENEWEDSUBSCR_ID | BIGINT NOT NULL | The ID of the new subscription that was created
when another subscription renewed. |
SUBSCRIPTION_ID | BIGINT NOT NULL | The id of the subscription that was renewed. |
TIMEPLACED | TIMESTAMP NOT NULL | The time this subscription renew record was
created |
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> | RENEWEDSUBSCR_ID+SUBSCRIPTION_ID | Primary Key |
I0001372 | SUBSCRIPTION_ID | Non-Unique Index |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_3660 | RENEWEDSUBSCR_ID | SUBSCRIPTION | SUBSCRIPTION_ID | Cascade |
F_3661 | SUBSCRIPTION_ID | SUBSCRIPTION | SUBSCRIPTION_ID | Cascade |