syntax bugfix: use ) instead of }
This commit is contained in:
parent
c12d376466
commit
ce8c2221db
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ create table IMAGE (
|
||||||
MODIFYTIME datetime,
|
MODIFYTIME datetime,
|
||||||
MODIFIER mediumint(9),
|
MODIFIER mediumint(9),
|
||||||
primary key (ID)
|
primary key (ID)
|
||||||
};
|
);
|
||||||
|
|
||||||
#----------------------------
|
#----------------------------
|
||||||
# Indexes on table IMAGE
|
# Indexes on table IMAGE
|
||||||
|
|
Loading…
Add table
Reference in a new issue