PSM_UserPreference (ver1.1)
This table records name/value pairs that store users' UI preferences.
Column Name | Initial Version | Data Type | Description |
---|---|---|---|
ID | 1.1 | Number(19,0) | Unique sequential number generated by the application. Required. |
Name | 1.1 | Varchar2(256) | The name of the preference. Required. |
SchoolID | 1.1 | Number(19,0) | Internal ID of the PSM_School record to which the record is associated. |
TeacherID | 1.1 | Number(19,0) | Internal ID of the PSM_Teacher record to which the record is associated. |
Value | 1.1 | Varchar2(256) | The value assigned to the preference |
WhenCreated | 1.1 | Timestamp | Date and time the record was created. Defaults to system date. Required. |
WhenModified | 1.1 | Timestamp | Date and time the record was modified. Defaults to system date. Required. |
WhoCreated | 1.1 | Varchar2(30) | The user login that created the record. Defaults to database user. Required. |
WhoModified | 1.1 | Varchar2(30) | The user login that modified the record. Defaults to database user. Required. |