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

Contents of /contributions/modules/interview/interview.mysql

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


Revision 1.2 - (show annotations) (download)
Fri May 26 11:02:04 2006 UTC (3 years, 6 months ago) by trunks
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-4-6
Changes since 1.1: +1 -1 lines
syntax error on creting table
1 # Table interview
2 CREATE TABLE `interview` (
3 `nid` int(10) unsigned NOT NULL default '0',
4 `subtitle` varchar(255) default NULL,
5 `lead` text default NULL,
6 `highlight` varchar(255) default NULL,
7 `imagefooter` varchar(255) default NULL,
8 PRIMARY KEY (`nid`)
9 ) ;

  ViewVC Help
Powered by ViewVC 1.1.2