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

Contents of /contributions/modules/vocab/vocab.mysql

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


Revision 1.1 - (show annotations) (download)
Mon Jun 12 17:14:58 2006 UTC (3 years, 5 months ago) by suuch
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-4-7
Initial commit
1 --
2 -- Table structure for table `vocab_data`
3 --
4
5 CREATE TABLE `vocab_data` (
6 `id` int(11) NOT NULL auto_increment,
7 `nid` int(11) NOT NULL default '0',
8 `front` varchar(250) default NULL,
9 `back` varchar(250) default NULL,
10 `imageurl` longtext,
11 PRIMARY KEY (`id`)
12 ) TYPE=MyISAM COMMENT='Data for vocabulary exercises';

  ViewVC Help
Powered by ViewVC 1.1.2