VOLUNTEERSKILLLEVEL
Skill levels available.
Primary Key
| Primary Key | Field Type |
|---|---|
| ID | uniqueidentifier |
Fields
| Field | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| DESCRIPTION | nvarchar(25) | Default = '' | ||
| SEQUENCE | int | Default = 0 | ||
| 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. |
Foreign Keys
| Foreign Key | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| ADDEDBYID | uniqueidentifier | CHANGEAGENT.ID | FK to CHANGEAGENT. | |
| CHANGEDBYID | uniqueidentifier | CHANGEAGENT.ID | FK to CHANGEAGENT. |
Indexes
| Index Name | Fields | Unique | Primary | Clustered |
|---|---|---|---|---|
| IX_VOLUNTEERSKILLLEVEL_DATEADDED | DATEADDED | yes | ||
| IX_VOLUNTEERSKILLLEVEL_DATECHANGED | DATECHANGED | |||
| PK_VOLUNTEERSKILLLEVEL | ID | yes | yes | |
| UC_VOLUNTEERSKILLLEVEL_DESCRIPTION | DESCRIPTION | yes |
Triggers
| Trigger Name | Description |
|---|---|
| TR_VOLUNTEERSKILLLEVEL_AUDIT_UPDATE | |
| TR_VOLUNTEERSKILLLEVEL_AUDIT_DELETE |
Referenced by
| Referenced by | Field |
|---|---|
| JOBSKILL | SKILLLEVELID |
| VOLUNTEERSKILL | SKILLLEVELID |