Tables/menu types: Difference between revisions
From Joomla! Documentation
< Tables
< Tables
New page: == Usage: == * Since: == Description: == {| border="1" |+ '''menu_types Table (#__menu_types)''' |- bgcolor="lightgrey" | Field || Type || Nullable || Default || Key || Extra || Comments... |
class="wikitable" |
||
| Line 4: | Line 4: | ||
== Description: == | == Description: == | ||
{| border="1" | {| class="wikitable" border="1" | ||
|+ '''menu_types Table (#__menu_types)''' | |+ '''menu_types Table (#__menu_types)''' | ||
|- bgcolor="lightgrey" | |- bgcolor="lightgrey" | ||
| Line 21: | Line 21: | ||
The menu_types tables does not contain an entry for the Adminstrator menu. | The menu_types tables does not contain an entry for the Adminstrator menu. | ||
{| border="1" | {| class="wikitable" border="1" | ||
|+ '''Indices''' | |+ '''Indices''' | ||
|- bgcolor="lightgrey" | |- bgcolor="lightgrey" | ||
Revision as of 03:21, 25 September 2011
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