| Schema Version | 5.0.5 | |
| Filegroup | BART_DATA | |
| Partitioned | No | |
The RERATING_SESSION table is defined by the following columns in your back-end database. See the column details for more information.
| Name | PK | FK | IX | Uses | Used by | Definition |
|---|---|---|---|---|---|---|
| SESSION_ID | PK_RERATING_SESSION |
|
The ID of the rerating session | |||
| LOCK_CODE |
|
The rerating code generated by the system to prevent the subscription from being rated during the rerating operation | ||||
| SESSION_STATUS |
|
The status of the rerating session | ||||
| RESTORATION_DATE |
|
|||||
| SUBSCRIPTION_COUNT |
|
|||||
| IS_ADAPT_FROM_DATE |
|
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The ID of the rerating session |
| Description |
|
| Type | DECIMAL(28), NOT NULL |
| Primary Key | PK_RERATING_SESSION |
| Definition | The rerating code generated by the system to prevent the subscription from being rated during the rerating operation |
| Type | NVARCHAR(64), NOT NULL |
| Definition | The status of the rerating session |
| Format |
The possible values are:
|
| Type | DECIMAL(1), NOT NULL |
| Definition | |
| Type | DATETIME, NULL |
| Definition | |
| Type | DECIMAL(28), NOT NULL |
| Definition | |
| Type | DECIMAL(1), NOT NULL |
| Default | 0 |
See the primary key information:
| Column(s) | SESSION_ID |
| Filegroup | BART_DATA |