CHARGING_PLAN

Definition


The CHARGING_PLAN table contains the charging plan

Technical Data


Schema Version 5.0.6
Filegroup CATALOG_DATA
Partitioned No

Summary


The CHARGING_PLAN 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_CHARGING_PLAN       

The charging plan OID
NAME        

    The name of the charging plan
    DESCRIPTION        

      The description of the charging plan
      PLAN_OID       PRICE_PLAN (OID)
       

        The price plan to which this charging plan belongs to

        Column Details

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

        OID

        Definition The charging plan OID
        Type DECIMAL(28), NOT NULL
        Primary Key PK_CHARGING_PLAN

        NAME

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

        DESCRIPTION

        Definition The description of the charging plan
        Type NVARCHAR(256), NULL

        PLAN_OID

        Definition The price plan to which this charging plan belongs to
        Type DECIMAL(28), NOT NULL

        Primary Key Details

        See the primary key information:

        PK_CHARGING_PLAN

        Column(s) OID
        Filegroup CATALOG_DATA