/[drupal]/contributions/modules/whatsrelated/whatsrelated.mysql
ViewVC logotype

Contents of /contributions/modules/whatsrelated/whatsrelated.mysql

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Sat Jun 4 18:12:55 2005 UTC (4 years, 5 months ago) by handelaar
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-4-6
Initial upload
1 CREATE TABLE whatsrelated (
2 nid int(10) unsigned NOT NULL default '0',
3 relatedto int(10) unsigned NOT NULL default '0',
4 linkaddress varchar(255) NOT NULL default '',
5 PRIMARY KEY (nid)
6 )
7

  ViewVC Help
Powered by ViewVC 1.1.2