CategorySchoolExcludeAssoc (ver10.0.0)
This table contains the associations for district and school categories. Specifies what DistrictTeacherCategory record will be excluded from a school (by SchoolsDCID).
Column Name | Initial Version | Data Type | Description |
---|---|---|---|
CategorySchoolExcludeAssocID | 10.0.0 | Number(16,0) | Primary key. Unique sequential number generated by the application. Required. Indexed. |
DistrictTeacherCategoryID | 10.0.0 | Number(16,0) | Foreign key. Internal number for the associated DistrictTeacherCategory DistrictTeacherCategoryID record. Required. Indexed. |
SchoolsDCID | 10.0.0 | Number(10,0) | Foreign key. Internal number for the associated Schools.DCID record. Indexed. |
WhenCreated | 10.0.0 | Timestamp(6) | Date and time the record was created. Defaults to system date. Required. |
WhenModified | 10.0.0 | Timestamp(6) | Date and time the record was modified. Defaults to system date. Required. |
WhoCreated | 10.0.0 | Varchar2(100) | The user login that created the record. Defaults to database user. Required. |
WhoModified | 10.0.0 | Varchar2(100) | The user login that modified the record. Defaults to database user. Required. |