Tables/banner: Difference between revisions

From Joomla! Documentation

Dsiders (talk | contribs)
Dsiders (talk | contribs)
Line 19: Line 19:
|-
|-
| name      || VARCHAR(255)  || Not Null  ||          || ''        ||          ||  
| name      || VARCHAR(255)  || Not Null  ||          || ''        ||          ||  
|-
| alias    || VARCHAR(255)  || NOT NULL  ||          || ''        ||          ||
|}
|}


== Notes: ==
== Notes: ==

Revision as of 07:35, 29 August 2010

Usage:

  • Since:

Description:

The Banners table

Bannes Table (#__banners)
Field Type Null Key Default Extra Comments
id INTEGER Not Null PK auto_increment Identifier for the Banner entry
cid INTEGER Not Null 0 Banner Client ID (FK) references __banner_clients
type INTEGER Not Null 0
name VARCHAR(255) Not Null
alias VARCHAR(255) NOT NULL

Notes: