Table: post_reviews
Schema
| cid | name | type | notnull | default | pk |
| 0 |
id |
INTEGER |
0 |
|
1 |
| 1 |
server_review_id |
INTEGER |
0 |
|
0 |
| 2 |
post_id |
INTEGER |
1 |
|
0 |
| 3 |
template_id |
INTEGER |
0 |
|
0 |
| 4 |
author_server_user_id |
INTEGER |
0 |
|
0 |
| 5 |
author_display_name |
TEXT |
1 |
'' |
0 |
| 6 |
review_text |
TEXT |
1 |
'' |
0 |
| 7 |
overall_score |
REAL |
0 |
|
0 |
| 8 |
prediction_score |
REAL |
0 |
|
0 |
| 9 |
prediction_text |
TEXT |
1 |
'' |
0 |
| 10 |
visibility |
TEXT |
1 |
'PRIVATE' |
0 |
| 11 |
server_group_id |
INTEGER |
0 |
|
0 |
| 12 |
created_at |
TEXT |
1 |
CURRENT_TIMESTAMP |
0 |
| 13 |
updated_at |
TEXT |
1 |
CURRENT_TIMESTAMP |
0 |
Data
| id |
server_review_id |
post_id |
template_id |
author_server_user_id |
author_display_name |
review_text |
overall_score |
prediction_score |
prediction_text |
visibility |
server_group_id |
created_at |
updated_at |