Fields (8)
| Name | Type | Null | Key | Default | Extra |
|---|---|---|---|---|---|
| id | int(11) | NO | PRI | NULL | auto_increment |
| blog_id | int(11) unsigned | YES | MUL | NULL | |
| attribute1 | text | YES | NULL | ||
| attribute2 | text | YES | NULL | ||
| attribute3 | text | YES | NULL | ||
| attribute4 | text | YES | NULL | ||
| attribute5 | text | YES | NULL | ||
| attribute6 | text | YES | NULL |
Indexes (2)
| Name | Columns | Unique |
|---|---|---|
| blog_id | blog_id | No |
| PRIMARY | id | Yes |