/[drupal]/contributions/sandbox/frjo/payson/payson.mysql
ViewVC logotype

Contents of /contributions/sandbox/frjo/payson/payson.mysql

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


Revision 1.1 - (show annotations) (download)
Tue Apr 5 15:29:54 2005 UTC (4 years, 7 months ago) by frjo
Branch: MAIN
CVS Tags: HEAD
Payson module for ecommerce module
1 CREATE TABLE `ec_payson` (
2 `txnid` int(11) NOT NULL default '0',
3 `ppid` varchar(30) NOT NULL default '0',
4 `fee` decimal(10,2) NOT NULL default '0.00',
5 PRIMARY KEY (`ppid`)
6 ) TYPE=MyISAM;

  ViewVC Help
Powered by ViewVC 1.1.2