VbzCart/tables/cat pages old
From HTYP, the free directory anyone can edit
[edit] About
- Purpose: Redirects obsolete URLs to current URLs
[edit] SQL
DROP TABLE IF EXISTS `cat_pages_old`; CREATE TABLE `cat_pages_old` ( `Path` VARCHAR(63) NOT NULL COMMENT 'URI of page to redirect from', `AB_Page` INT NOT NULL COMMENT "cat_pages.AB of page to redirect to", `WhenSet` DATETIME COMMENT "optional timestamp of when this redirect was created", `Notes` VARCHAR(255) COMMENT "optional notes on why this redirect is being maintained", PRIMARY KEY (`Path`) );

