Parent Directory
|
Revision Log
|
Revision Graph
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 |