Tables/banner: Difference between revisions
From Joomla! Documentation
< Tables
< Tables
| Line 16: | Line 16: | ||
| cid || INTEGER || Not Null || || 0 || || Banner Client ID (FK) references __banner_clients | | cid || INTEGER || Not Null || || 0 || || Banner Client ID (FK) references __banner_clients | ||
|- | |- | ||
| type | | | type || INTEGER || NOT NULL || || 0 || || | ||
| INTEGER | | |||
| NOT NULL | | |||
| | | |||
| 0 | | |||
| | | |||
| | |||
|} | |} | ||
== Notes: == | == Notes: == | ||
Revision as of 07:30, 29 August 2010
Usage:
- Since:
Description:
The Banners table
| 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 |