Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
survey_id | BIGINT | 19 | null |
|
|
|||||
question_id | BIGINT | 19 | null |
|
|
|||||
response_id | BIGINT | 19 | null |
|
|
|||||
user_id | BIGINT | 19 | null |
|
|
|||||
client_id | BIGINT | 19 | null |
|
|
|||||
created_on | DATETIME | 19 | √ | NULL |
|
|
||||
a_value | INT | 10 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
fk_survey_scorecards_client | Performance | Asc | client_id |
response_id | Performance | Asc | response_id |
survey_scorecards_question_id | Performance | Asc | question_id |
survey_scorecards_survey_id | Performance | Asc | survey_id |
survey_scorecards_user_id | Performance | Asc | user_id |