CORECURRICULUM
Core Curriculum
Primary Key
| Primary Key | Field Type |
|---|---|
| ID | uniqueidentifier |
Fields
| Field | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| DATEADDED | datetime | Default = getdate() | Indicates the date this record was added. | |
| DATECHANGED | datetime | Default = getdate() | Indicates the date this record was last changed. | |
| TS | timestamp | Timestamp. | ||
| TSLONG | bigint (Computed) | yes | CONVERT(bigint, TS) | Numeric representation of the timestamp. |
| NAME | nvarchar(60) | Default = '' | Name of the core curriculum. |
Foreign Keys
| Foreign Key | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| SCHOOLID | uniqueidentifier | SCHOOL.ID | A foreign key to the school of the SPE's to be included. | |
| SCHOOLGRADELEVELID | uniqueidentifier | yes | SCHOOLGRADELEVEL.ID | A foreign key to the grade level of the SPE's to be included. |
| ADDEDBYID | uniqueidentifier | CHANGEAGENT.ID | FK to CHANGEAGENT. | |
| CHANGEDBYID | uniqueidentifier | CHANGEAGENT.ID | FK to CHANGEAGENT. |
Indexes
| Index Name | Fields | Unique | Primary | Clustered |
|---|---|---|---|---|
| IX_CORECURRICULUM_DATEADDED | DATEADDED | yes | ||
| IX_CORECURRICULUM_DATECHANGED | DATECHANGED | |||
| PK_CORECURRICULUM | ID | yes | yes | |
| UIX_CORECURRICULUM_NAME | NAME | yes |
Triggers
| Trigger Name | Description |
|---|---|
| TR_CORECURRICULUM_AUDIT_UPDATE | |
| TR_CORECURRICULUM_AUDIT_DELETE |
Referenced by
| Referenced by | Field |
|---|---|
| ADDREQUESTSFORMULTIPLESTUDENTSPROCESSCURRICULUM | CORECURRICULUMID |
| CORECURRICULUMCOURSE | CORECURRICULUMID |