Skip to main content
Skip table of contents

PSM_StudentPhoto (ver2.0)

This table maintains the relationship between photo records and students. 

Column NameInitial VersionData TypeDescription

ID

2.0

Number(19,0)

Unique sequential number generated by the application. Required.

PhotoID

2.0

Number(19,0)

Internal ID of the parent PSM_Photo record to which the record is associated.

StudentID

2.0

Number(19,0)

Internal ID of the parent PSM_Student record to which the record is associated.

WhenCreated

2.0

Timestamp(6)

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

WhenModified

2.0

Timestamp(6)

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

WhoCreated

2.0

Varchar2(100)

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

WhoModified

2.0

Varchar2(100)

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

JavaScript errors detected

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

If this problem persists, please contact our support.