Fields (13)
| Name | Type | Null | Key | Default | Extra |
| id | int(11) | NO | PRI | NULL | auto_increment |
| template_id | int(11) | NO | MUL | NULL | |
| type | varchar(255) | NO | | NULL | |
| name | varchar(255) | NO | | NULL | |
| position | int(11) | NO | | 0 | |
| default_value | text | YES | | NULL | |
| selection | text | YES | | NULL | |
| field_label | varchar(255) | YES | | NULL | |
| support_text | varchar(255) | YES | | NULL | |
| allow_blank | int(1) | NO | | 1 | |
| container_id | int(11) | NO | | NULL | |
| attributes | text | YES | | NULL | |
| less_compatible | int(1) | NO | | 1 | |
Indexes (2)
| Name | Columns | Unique |
| PRIMARY | id | Yes |
| template_id_name | template_id,name | Yes |