S_STU_CRISISEVENT_C (ver 20.6.1.0)
This table is a child table of the Students table and is used to store Crisis Event records. This table is available for all states and provinces and might or might not be utilized for your state or province.
Column Name | Version | Data Type | Description |
---|---|---|---|
ID | 20.6.1.0 | Number(19,0) | Primary Key |
StudentsDCID | 20.6.1.0 | Number(10,0) | The unique DCID in the Students table. |
DisplacedIndicator | 20.6.1.0 | Number(1,0) | Indicates whether the student was displaced due to the crisis event. |
EndDate | 20.6.1.0 | Date | The date the crisis event ends. |
EventDescriptor | 20.6.1.0 | Varchar2(30) | A description of the crisis event. The values for the EventDescriptor field are seeded for each state or province. |
StartDate | 20.6.1.0 | Date | The date the crisis event starts. |