NAME
Interchange6::Schema::Result::UriRedirect
DESCRIPTION
The uri_redirects table stores uri_source and uri_target mappings.
ACCESSORS
uri_source
Primary key.
uri_target
The target uri for redirect.
status_code
Http status code passed during redirect. Default 301 "Moved Permanently".
created
Date and time when this record was created returned as DateTime object. Value is auto-set on insert.
last_used
Date and time when this record was last used returned as DateTime object. Value is auto-set on insert and update.