Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
PastoralCareCommentsSeq | int identity | 4 | √ | null |
|
|
||||
PastoralCareSeq | int | 4 | ((0)) |
|
|
|||||
IndexOrder | int | 4 | ((0)) |
|
|
|||||
Comment | varchar | 5000 | √ | ('') |
|
|
||||
CreatedDate | datetime | 16,3 | (getdate()) |
|
|
|||||
CreatedByID | int | 4 | null |
|
|
|||||
ModifiedDate | datetime | 16,3 | √ | (getdate()) |
|
|
||||
ModifiedByID | int | 4 | null |
|
|
Table contained -1 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PK_PastoralCareComments | Primary key | Asc | PastoralCareCommentsSeq |
AK_PastoralCareComments_PastoralCareSeq | Performance | Asc/Asc | PastoralCareSeq + IndexOrder |