Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | VARCHAR | 100 | null |
|
|
|||
| fetchdatetime | DATETIME | 19 | null |
|
|
|||
| iq | INT | 10 | null |
|
|
|||
| display_iq | VARCHAR | 10 | null |
|
|
|||
| annotations | INT | 10 | √ | NULL |
|
|
||
| questions | INT | 10 | √ | NULL |
|
|
||
| answers | INT | 10 | √ | NULL |
|
|
||
| pyongs | INT | 10 | √ | NULL |
|
|
||
| comments | INT | 10 | √ | NULL |
|
|
||
| transcriptions | INT | 10 | √ | NULL |
|
|
||
| posts | INT | 10 | √ | NULL |
|
|
||
| followers | INT | 10 | √ | NULL |
|
|
||
| following | INT | 10 | √ | NULL |
|
|
||
| created_at | INT | 10 | √ | NULL |
|
|
||
| updated_at | TIMESTAMP | 19 | current_timestamp() |
|
|