Skip to main content
Skip table of contents

PSM_TeacherCommentBank (ver2.3)

This table stores comments teachers choose to keep for quick reuse. Saves time retyping comments.

Column NameInitial VersionData TypeDescription

Category

2.3

Varchar2(256)

Teacher created name used to group similar comment types together.

Code

2.3

Varchar2(30)

Teacher created short identifier for the comment. Not guaranteed to be unique.

CommentValue

2.3

Varchar2(4000)

Text of the comment submitted by the teacher.

ID

2.3

Number(19,0)

Unique sequential number generated by the application. Required.

TeacherID

2.3

Number(19,0)

Internal ID for the PSM_Teacher record to which the record is associated. Required.

WhenCreated

2.3

Timestamp(6)

Date and time the record was created. Defaults to system date. Required.

WhenModified

2.3

Timestamp(6)

Date and time the record was modified. Defaults to system date. Required.

WhoCreated

2.3

Varchar2(100)

The user login that created the record. Defaults to database user. Required.

WhoModified

2.3

Varchar2(100)

The user login that modified the record. Defaults to database user. Required.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.