root/feedmelinks/_config/SQL/linksCategoriesXRef.sql

Revision 603, 187 bytes (checked in by hirokai, 4 years ago)

hi

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 DROP TABLE `linksCategoriesXRef`;
2 CREATE TABLE `linksCategoriesXRef` (
3         `linkID` int(11) NOT NULL default '0',
4         `catID` int(11) NOT NULL default '0',
5         PRIMARY KEY  (`linkID`,`catID`)
6 );
7
Note: See TracBrowser for help on using the browser.