- The PM_CELL_PARAMS table contains cell specific parameters.
- Follows the same rules for the return of specific cell-associated name-value pairs.
- Commonly used in a production system to specify default values for various users.
PM_CELL_PARAMS |
|
|
PK |
ID |
int |
|
CELL_ID |
varchar(50) |
|
PROJECT_PATH |
varchar(255) |
|
PARAM_NAME_CD |
varchar(50) |
|
VALUE |
varchar(255) |
|
DATATYPE_CD |
varchar(50) |
|
CAN_OVERRIDE |
int |