AudioFerret/v2/cut x topic

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

About

SQL

<mysql>CREATE TABLE `cut_x_topic` (

 `ID_Cut` INT NOT NULL COMMENT "cuts.ID",
 `ID_Topic` INT NOT NULL COMMENT "topics.ID",
 PRIMARY KEY(`ID_Cut`,`ID_Topic`)

) ENGINE = MYISAM;</mysql>