| Schema Version | 5.0.6 | |
| Tablespace | CATALOG_DATA | |
| Partitioned | No | |
The EVENT_RATE 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 |
|---|---|---|---|---|---|---|
| OID | PK_EVENT_RATE |
|
The unique identifier of the event rate | |||
| INDEX_IN_PLAN |
|
The position of the event rate in the price plan | ||||
| NAME |
|
The name of the rate | ||||
| DESCRIPTION |
|
The description of the rate | ||||
| EVENT_CODE |
|
The event code of this rate | ||||
| PLAN_OID | PRICE_PLAN (OID)
|
|
The ID of the price plan of the event rate |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The unique identifier of the event rate |
| Type | DECIMAL(28), NOT NULL |
| Primary Key | PK_EVENT_RATE |
| Definition | The position of the event rate in the price plan |
| Type | DECIMAL(5), NOT NULL |
| Definition | The name of the rate |
| Type | VARCHAR(256), NOT NULL |
| Definition | The description of the rate |
| Type | VARCHAR(2000), NULL |
| Definition | The event code of this rate |
| Type | VARCHAR(256), NULL |
| Definition | The ID of the price plan of the event rate |
| Type | DECIMAL(28), NOT NULL |
See the primary key information:
| Column(s) | OID |
| Tablespace | CATALOG_INDX |