Fields (8)
| Name | Type | Null | Key | Default | Extra |
|---|---|---|---|---|---|
| id | int(11) | NO | PRI | NULL | auto_increment |
| orderID | int(11) | YES | UNI | 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 |
|---|---|---|
| orderID | orderID | Yes |
| PRIMARY | id | Yes |