Tables/menu types

From Joomla! Documentation

< Tables
Revision as of 22:21, 24 September 2011 by Cadrlp (talk | contribs) (class="wikitable")

Usage:[edit]

  • Since:

Description:[edit]

menu_types Table (#__menu_types)
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[edit]

The menu_types tables does not contain an entry for the Adminstrator menu.

Indices
Index Name Column(s) Unique?
idx_menutype menutype Yes
  • Default character set: utf8