Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| pkUserStampID | int identity | 4 | √ | null |
|
|
Primary key - Unique identifier for each user activity stamp |
|
| DateStamped | smalldatetime | 16 | (getdate()) |
|
|
Timestamp - Date and time when the user activity was recorded |
||
| UserID | int | 4 | √ | null |
|
|
User reference - Links to AccessUser table for the user who performed the activity |
|
| ContractLevel | int | 4 | √ | null |
|
|
Contract level - Contract or access level associated with the user session |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_icsUserStamp | Primary key | Asc | pkUserStampID |
| IX_DateStamped | Performance | Asc | DateStamped |
