EVENT_RATE

Definition


The EVENT_RATE table contains information about event rates

Technical Data


Schema Version 5.0.6
Filegroup CATALOG_DATA
Partitioned No

Summary


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

            Column Details

            The database schema defines the following columns. Check the definitions, types, available indexes, and formats:

            OID

            Definition The unique identifier of the event rate
            Type DECIMAL(28), NOT NULL
            Primary Key PK_EVENT_RATE

            INDEX_IN_PLAN

            Definition The position of the event rate in the price plan
            Type DECIMAL(5), NOT NULL

            NAME

            Definition The name of the rate
            Type NVARCHAR(256), NOT NULL

            DESCRIPTION

            Definition The description of the rate
            Type NVARCHAR(2000), NULL

            EVENT_CODE

            Definition The event code of this rate
            Type NVARCHAR(256), NULL

            PLAN_OID

            Definition The ID of the price plan of the event rate
            Type DECIMAL(28), NOT NULL

            Primary Key Details

            See the primary key information:

            PK_EVENT_RATE

            Column(s) OID
            Filegroup CATALOG_DATA