Tables/redirect links: Difference between revisions
From Joomla! Documentation
< Tables
< Tables
New page: == Usage: == * Since: == Description: == {| border="1" |+ '''redirect_links Table (#__redirect_links)''' |- bgcolor="lightgrey" | Field || Type || Nullable || Default || Key || Extra || ... |
class="wikitable" |
||
| Line 4: | Line 4: | ||
== 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" | ||
Revision as of 03:19, 25 September 2011
Usage:
- Since:
Description:
| 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
| Index Name | Column(s) | Unique? |
| idx_link_old | old_url | Yes |
| idx_link_modifed | modified_date | No |
- Default character set: utf8