Tables/modules: Difference between revisions

From Joomla! Documentation

Dsiders (talk | contribs)
New page: == Usage: == * Since: == Description: == {| border="1" |+ '''modules Table (#__modules)''' |- bgcolor="lightgrey" | Field || Type || Nullable || Default || Key || Extra || Comments |- | ...
 
Cadrlp (talk | contribs)
class="wikitable"
Line 4: Line 4:
== Description: ==
== Description: ==


{| border="1"
{| class="wikitable" border="1"
|+ '''modules Table (#__modules)'''
|+ '''modules Table (#__modules)'''
|- bgcolor="lightgrey"
|- bgcolor="lightgrey"
Line 46: Line 46:
== Notes ==
== Notes ==


{| border="1"
{| class="wikitable" border="1"
|+ '''Indices'''
|+ '''Indices'''
|- bgcolor="lightgrey"
|- bgcolor="lightgrey"

Revision as of 03:20, 25 September 2011

Usage:

  • Since:

Description:

modules Table (#__modules)
Field Type Nullable Default Key Extra Comments
id int(11) NOT NULL PK AUTO_INCREMENT
title varchar(100) NOT NULL
note varchar(255) NOT NULL
content text NOT NULL
ordering int(11) NOT NULL 0
position varchar(50) NULL
checked_out int(10) unsigned NOT NULL 0
checked_out_time datetime NOT NULL '0000-00-00 00:00:00'
publish_up datetime NOT NULL '0000-00-00 00:00:00'
publish_down datetime NOT NULL '0000-00-00 00:00:00'
published tinyint(1) NOT NULL 0
module varchar(50) NULL
access tinyint(3) unsigned NOT NULL 0
showtitle tinyint(3) unsigned NOT NULL 1
params varchar(5120) NOT NULL
client_id tinyint(4) NOT NULL 0
language char(7) NOT NULL

Notes

Indices
Index Name Column(s) Unique?
published published, access No
newsfeeds module, published No
idx_language language No
  • Default character set: utf8