Table meta tags categories description
From Zen Cart(tm) Wiki
Contents |
Database Version
- 1.3.6
Description
- Stores all the meta tags for the category pages.
Table Details
Primary Key
Indexed Fields
- None.
Columns
categories_id 
- A unique, auto incremented value, to identify each category id record.
Type: int(11) Null: No Default:
language_id 
- The language of the given record.
Type: int(11) Null: No Default: 1
metatags_title
- The meta title for the given category.
Type: varchar(255) Null: No Default:
metatags_keywords
- The meta keywords for the given category.
Type: text Null: Yes Default: NULL
metatags_description
- The meta description for the given category.
Type: text Null: Yes Default: NULL
Default Entries
- None.
