9 | Field | Description | Type | Null | Key | Default | Extra |
10 | -------- | --------------------------------------------------------- | ------------ | ---- | --- | ------------------- | -------------- |
11 | id | sequential ID | int unsigned | NO | PRI | NULL | auto_increment |
12 | uri-id | Id of the item-uri table entry that contains the item uri | int unsigned | NO | | NULL | |
13 | multiple | Multiple choice | boolean | NO | | 0 | |
14 | voters | Number of voters for this question | int unsigned | YES | | NULL | |
15 | end-time | Question end time | datetime | YES | | 0001-01-01 00:00:00 | |
21 | ------- | -------------- |
23 | uri-id | UNIQUE, uri-id |
28 | Field | Target Table | Target Field |
29 |-------|--------------|--------------|
30 | uri-id | [item-uri](help/database/db_item-uri) | id |
32 Return to [database documentation](help/database)