media (table)
Table added in Rogo 7.2.0.
Purpose: Stores the media details added to question/option in Rogo
Joins: questions_media , options_media
| Type | Purpose |
---|---|---|
id | int | Primary key |
source | text | filename |
width | smallint | width of media |
height | smallint | height of media |
alt | text | alternate text for media |
ownerid | int(11) | the user who added the media |