Fields (8)
| Name | Type | Null | Key | Default | Extra |
|---|---|---|---|---|---|
| id | int(11) | NO | PRI | NULL | auto_increment |
| address_id | int(11) | NO | UNI | NULL | |
| text1 | text | YES | NULL | ||
| text2 | text | YES | NULL | ||
| text3 | text | YES | NULL | ||
| text4 | text | YES | NULL | ||
| text5 | text | YES | NULL | ||
| text6 | text | YES | NULL |
Indexes (2)
| Name | Columns | Unique |
|---|---|---|
| address_id | address_id | Yes |
| PRIMARY | id | Yes |