EMS Checkout code

This commit is contained in:
Roy Johnson 2006-03-20 05:57:50 +00:00
parent 84d43b8d19
commit 8288cfaa6b
4 changed files with 76 additions and 13 deletions

View file

@ -541,7 +541,7 @@ my $sql4 = <<SQL4;
create table EventManagementSystem_purchases (
purchaseId varchar(22) not null,
userId varchar(22),
transactionId varchar(22),
primary key(purchaseId)
)
SQL4