AudioFerret/v2/cut x topic
< AudioFerret | v2
Jump to navigation
Jump to search
Revision as of 02:01, 25 December 2012 by Woozle (talk | contribs) (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...")
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 "cuts.ID", `ID_Topic` INT NOT NULL COMMENT "topics.ID", PRIMARY KEY(`ID_Cut`,`ID_Topic`)
) ENGINE = MYISAM;</mysql>