Tables/redirect links: Difference between revisions

From Joomla! Documentation

Dsiders (talk | contribs)
New page: == Usage: == * Since: == Description: == {| border="1" |+ '''redirect_links Table (#__redirect_links)''' |- bgcolor="lightgrey" | Field || Type || Nullable || Default || Key || Extra || ...
 
m categorisation
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
== Usage: ==
== Usage ==
* Since:
* Since:


== Description: ==
== Description ==


{| border="1"
{| class="wikitable" border="1"
|+ '''redirect_links Table (#__redirect_links)'''
|+ '''redirect_links Table (#__redirect_links)'''
|- bgcolor="lightgrey"
|- bgcolor="lightgrey"
Line 28: Line 28:
== Notes ==
== Notes ==


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


* Default character set: '''utf8'''
* Default character set: '''utf8'''
<noinclude>[[Category:Database]]</noinclude>

Latest revision as of 15:38, 16 March 2013

Usage

  • Since:

Description

redirect_links Table (#__redirect_links)
Field Type Nullable Default Key Extra Comments
id integer unsigned NOT NULL PK auto_increment
old_url varchar(150) NOT NULL
new_url varchar(150) NOT NULL
referer varchar(150) NOT NULL
comment varchar(255) NOT NULL
published tinyint(4) NOT NULL
created_date datetime NOT NULL '0000-00-00 00:00:00'
modified_date datetime NOT NULL '0000-00-00 00:00:00'

Notes

Indices
Index Name Column(s) Unique?
idx_link_old old_url Yes
idx_link_modifed modified_date No
  • Default character set: utf8