Tables/menu types
From Joomla! Documentation
< Tables
< Tables
Usage
- Since:
Description
| Field | Type | Nullable | Default | Key | Extra | Comments |
| id | integer unsigned | NOT NULL | PK | auto_increment | ||
| menutype | varchar(24) | NOT NULL | ||||
| title | varchar(48) | NOT NULL | ||||
| description | varchar(255) | NOT NULL |
Notes
The menu_types tables does not contain an entry for the Adminstrator menu.
| Index Name | Column(s) | Unique? |
| idx_menutype | menutype | Yes |
- Default character set: utf8