Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| comment_id | INT UNSIGNED | 10 | √ | null |
|
|
|||||
| text | VARCHAR | 2000 | null |
|
|
||||||
| created_date | DATETIME | 19 | CURRENT_TIMESTAMP |
|
|
||||||
| parent_comment_id | INT UNSIGNED | 10 | √ | null |
|
|
|||||
| user_id | INT UNSIGNED | 10 | null |
|
|
||||||
| review_id | INT UNSIGNED | 10 | null |
|
|
ID of review under which comment is found |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | comment_id |
| comment_comment_comment_id_fk | Performance | Asc | parent_comment_id |
| comment_review_review_id_fk | Performance | Asc | review_id |
| comment_user_user_id_fk | Performance | Asc | user_id |