/[drupal]/contributions/modules/amazon_items/amazon_items.sql
ViewVC logotype

Contents of /contributions/modules/amazon_items/amazon_items.sql

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


Revision 1.1 - (show annotations) (download) (as text)
Wed Jan 26 21:45:57 2005 UTC (4 years, 10 months ago) by slower
Branch: MAIN
CVS Tags: DRUPAL-4-5, HEAD
Branch point for: DRUPAL-4-6
File MIME type: text/x-sql
*** empty log message ***
1 #
2 # Table structure for table `amazon_items`
3 #
4 CREATE TABLE `amazon_items` (
5 `aid` int(10) unsigned NOT NULL default '0',
6 `asin` varchar(10) NOT NULL default '0',
7 `nid` int(10) unsigned NOT NULL default '0',
8 `name` varchar(255) NOT NULL default '',
9 `url` varchar(255) NOT NULL default '',
10 `imgsmall` varchar(255) NOT NULL default '',
11 `imgmedium` varchar(255) NOT NULL default '',
12 `imglarge` varchar(255) NOT NULL default '',
13 PRIMARY KEY (`aid`)
14 ) TYPE=MyISAM;

  ViewVC Help
Powered by ViewVC 1.1.2