1 Table post-question-option
9 | Field | Description | Type | Null | Key | Default | Extra |
10 | ------- | --------------------------------------------------------- | ------------ | ---- | --- | ------- | ----- |
11 | id | Id of the question | int unsigned | NO | PRI | NULL | |
12 | uri-id | Id of the item-uri table entry that contains the item uri | int unsigned | NO | PRI | NULL | |
13 | name | Name of the option | varchar(255) | YES | | NULL | |
14 | replies | Number of replies for this question option | int unsigned | YES | | NULL | |
20 | ------- | ---------- |
21 | PRIMARY | uri-id, id |
26 | Field | Target Table | Target Field |
27 |-------|--------------|--------------|
28 | uri-id | [item-uri](help/database/db_item-uri) | id |
30 Return to [database documentation](help/database)