/[drupal]/contributions/sandbox/ebay/ebay.mysql
ViewVC logotype

Contents of /contributions/sandbox/ebay/ebay.mysql

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


Revision 1.1 - (show annotations) (download)
Sun Jul 15 12:56:22 2007 UTC (2 years, 4 months ago) by hideout
Branch: MAIN
CVS Tags: HEAD
initial commit to sandbox. ebay module allows listing drupal products on ebay
1 #
2 # Table structure for table `ec_product_auction`
3 #
4
5 CREATE TABLE ec_product_ebay (
6 nid int(10) unsigned NOT NULL default '0',
7 itemid varchar(48) NOT NULL default '',
8 PRIMARY KEY (nid)
9 ) TYPE=MyISAM;

  ViewVC Help
Powered by ViewVC 1.1.2