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

Contents of /contributions/modules/bugs/bugs.mysql

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


Revision 1.1 - (show annotations) (download)
Thu Jan 5 03:57:06 2006 UTC (3 years, 10 months ago) by daryl
Branch: MAIN
CVS Tags: HEAD
Adding bugs module to repository.
1 CREATE TABLE `bugs` (
2 `bid` int(10) unsigned zerofill NOT NULL auto_increment,
3 `nid` int(10) unsigned zerofill NOT NULL default '0000000000',
4 `bug_no` int(10) default '0',
5 PRIMARY KEY (`bid`)
6 ) ENGINE=MyISAM DEFAULT CHARSET=latin1;

  ViewVC Help
Powered by ViewVC 1.1.2