This table is an extension of the [SchoolStaff] table, which maintains school specific data for district and school staff.
|
Column Name |
Version |
Data Type |
Description |
|---|---|---|---|
|
SchoolStaffDCID |
15.10.3 |
Number(10,0) |
Primary key that relates the extended table back to the SchoolStaff table. |
|
FullTimeSchedHours |
17.10.0 |
Number(4,0) |
The teacher's full-time scheduled hours. Overrides the full-time scheduled hours at the teacher's home school. |
|
PositionCode |
15.10.3 |
Varchar2(2) |
The teacher’s Position Code from the ODE list. Migrated from [SchoolStaff.OR_PositionCode]. |