Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | 
|---|---|---|---|---|---|---|---|---|
| news_id | INT | 10 | 0 |  |  | |||
| news_title | VARCHAR | 200 | √ | null |  |  | ||
| creation_date | DATETIME | 19 | √ | null |  |  | ||
| update_date | DATETIME | 19 | √ | null |  |  | ||
| visibility | VARCHAR | 8 | √ | users |  |  | ||
| user_id | INT | 10 | 0 |  |  | |||
| news_content | LONGTEXT | 2147483647 | √ | null |  |  | 
Indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| PRIMARY | Primary key | Asc | news_id | 
| i1_idx | Performance | Asc | creation_date | 
Diagram producer might be missing
No diagrams were produced please see application output for any errors