Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
TimesheetsActivitySeq | int identity | 4 | √ | null |
|
|
||
TimesheetsSeq | int | 4 | null |
|
|
|||
ID | int | 4 | null |
|
|
|||
Date | datetime | 16,3 | √ | null |
|
|
||
StatusFrom | varchar | 15 | √ | ('') |
|
|
||
StatusMeaningFrom | varchar | 30 | √ | ('') |
|
|
||
StatusTo | varchar | 15 | √ | ('') |
|
|
||
StatusMeaningTo | varchar | 30 | √ | ('') |
|
|
Table contained -1 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PK_TimesheetsActivity | Primary key | Asc | TimesheetsActivitySeq |
AK_TimesheetsActivity_TimesheetsSeq_Date | Performance | Asc/Asc | TimesheetsSeq + Date |