fixes.....
This commit is contained in:
parent
153858ca76
commit
4499c3c19d
1 changed files with 2 additions and 2 deletions
|
|
@ -705,7 +705,7 @@ create table EventManagementSystem_products (
|
|||
sequenceNumber int(11),
|
||||
imageId varchar(22) binary,
|
||||
prerequisiteId varchar(22) binary,
|
||||
passId varchar(22) binary,
|
||||
passId text,
|
||||
passType varchar(10),
|
||||
primary key(productId)
|
||||
)
|
||||
|
|
@ -802,7 +802,7 @@ create table EventManagementSystem_discountPasses (
|
|||
passId varchar(22) binary not null,
|
||||
name varchar(100),
|
||||
amount varchar(22),
|
||||
type int(4),
|
||||
type varchar(10),
|
||||
primary key(passId)
|
||||
)
|
||||
SQL10
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue