VbzCart/tables/cat title x topic

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot

About

  • Status: under development; may end up not being used

SQL

<section begin=sql /><mysql>DROP TABLE IF EXISTS `brs_titles_x_topics`; CREATE TABLE `brs_titles_x_topics` (

 `ID_Title` INT NOT NULL COMMENT "cat_titles.ID",
 `ID_Topic` INT NOT NULL COMMENT "brs_topics.ID",
 PRIMARY KEY(`ID_Title`,`ID_Topic`)

) ENGINE = MYISAM;</mysql> <section end=sql />