CareerTechProgram (ver19.11.0)
This table contains Career Tech Programs.
Column Name | Initial Version | Data Type | Description |
---|---|---|---|
CareerTechProgramID | 19.11.0 | Number(10,0) | Unique identifier for this table. Indexed. Required. |
CareerTechProgramTypeID | 19.11.0 | Number(10,0) | Foreign key to Program Type. Indexed. Required. |
ProgramCode | 21.11.0 | Varchar2(10) | Program identifier. Indexed with YearId. Required. |
ProgramName | 19.11.0 | VarChar2(100) | Name of the Program. Indexed with YearId.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 creates 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. |
YearID | 19.11.0 | Number(10,0) | A number representing which year the term belongs to, such as 19 for 2019-2020. The number is equal to the ID of the year term divided by 100. Required. Indexed with ProgramCode and ProgramName. |