Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
StudentInterviewSeq | int identity | 4 | √ | null |
|
|
||
ID | int | 4 | √ | null |
|
|
||
CreatedByID | int | 4 | √ | null |
|
|
||
CreatedDate | datetime | 16,3 | √ | null |
|
|
||
ModifiedByID | int | 4 | √ | null |
|
|
||
ModifiedDate | datetime | 16,3 | √ | null |
|
|
||
InterviewDate | datetime | 16,3 | √ | null |
|
|
||
InterviewTypeCode | varchar | 15 | ('') |
|
|
|||
DocumentClassificationCode | varchar | 15 | ('') |
|
|
|||
InterviewTopic | varchar | 255 | ('') |
|
|
|||
InterviewedByID | int | 4 | √ | null |
|
|
||
AttendeeComment | varchar | 2147483647 | √ | null |
|
|
||
Comment | varchar | 2147483647 | √ | null |
|
|
||
OutcomeCode | varchar | 15 | ('') |
|
|
|||
EnquiryID | int | 4 | √ | null |
|
|
Table contained -1 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PK_StudentInterview | Primary key | Asc | StudentInterviewSeq |
AK_StudentInterview_EnquiryID | Performance | Asc | EnquiryID |
AK_StudentInterview_ID | Performance | Asc | ID |