Fields (5)
| Name | Type | Null | Key | Default | Extra |
|---|---|---|---|---|---|
| id | int(11) | NO | PRI | NULL | auto_increment |
| imageID | int(11) | YES | UNI | NULL | |
| attribute1 | text | YES | NULL | ||
| attribute2 | text | YES | NULL | ||
| attribute3 | text | YES | NULL |
Indexes (2)
| Name | Columns | Unique |
|---|---|---|
| imageID | imageID | Yes |
| PRIMARY | id | Yes |