Tables/redirect links

From Joomla! Documentation

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