Table: review_items
Schema
| cid | name | type | notnull | default | pk |
|---|---|---|---|---|---|
| 0 | id | INTEGER | 0 | 1 | |
| 1 | template_id | INTEGER | 1 | 0 | |
| 2 | item_key | TEXT | 1 | 0 | |
| 3 | item_label | TEXT | 1 | 0 | |
| 4 | min_score | REAL | 1 | 1 | 0 |
| 5 | max_score | REAL | 1 | 5 | 0 |
| 6 | display_order | INTEGER | 1 | 0 | 0 |
Data
| id | template_id | item_key | item_label | min_score | max_score | display_order |
|---|