Difference between revisions of "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
(Created page with "==About== * '''History''': ** '''2012-12-24''' adapted from VbzCart/tables/cat title x topic ==SQL== <mysql>CREATE TABLE `title_x_cut` ( `ID_Cut` INT NOT NULL COMMENT "c...")
 
m (Woozle moved page AudioFerret/v2/topic x cut to AudioFerret/v2/cut x topic without leaving a redirect: alphabetic; also, the common table (cut) should go first)
(No difference)

Revision as of 02:52, 25 December 2012

About

SQL

<mysql>CREATE TABLE `title_x_cut` (

 `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>