HealthPEWaiver (ver19.11.0)
This table contains information about physical education waivers.
Column Name | Initial Version | Data Type | Description |
---|---|---|---|
Comments | 19.11.0 | Varchar2(4000) | Comments. |
Excused_By | 19.11.0 | Varchar2(50) | Name of the person that issued the waiver. |
ID | 19.11.0 | Number(19,0) | Unique sequential number generated by the application. Indexed. Required. |
StudentsDCID | 19.11.0 | Number(19,0) | DCID of the student this medication is for. Indexed. Required. |
Waiver_EndDate | 19.11.0 | Date | The last day that the waiver is in effect. |
Waiver_StartDate | 19.11.0 | Date | The first day that the waiver is in effect. Defaults to current date. Required. |
WhenCreated | 19.11.0 | Timestamp(6) | The date and time the record was created. Defaults to system date. Required. |
WhenModified | 19.11.0 | Timestamp(6) | The date and time the record was modified. Defaults to system date. Required. |
WhoCreated | 19.11.0 | Varchar2(100) | The name of the person who created the record. Defaults to user. Required. |
WhoModified | 19.11.0 | Varchar2(100) | The name of the person who modified the record. Defaults to user. Required. |