| Sütun Adı | Tip | Null | Key | Default | Extra |
|---|---|---|---|---|---|
| id | int(11) |
NO | PRIMARY | NULL | auto_increment |
| type | varchar(32) |
NO | INDEX | ||
| code | text |
YES | - | NULL | |
| active | enum('0','1') |
NO | INDEX | 1 |
| Index Adı | Sütun | Unique | Sıra | Tip |
|---|---|---|---|---|
| PRIMARY | id | YES | 1 | BTREE |
| active | active | NO | 1 | BTREE |
| type | type | NO | 1 | BTREE |
| id | type | code | active |
|---|---|---|---|
| 7 | post_third | 0 | |
| 6 | post_second | 0 | |
| 5 | post_first | 0 | |
| 4 | footer | 0 | |
| 2 | sidebar | 0 | |
| 1 | header | 0 |