This commit is contained in:
Ronald Q
2017-03-11 12:32:53 -04:00
parent a4c57f329a
commit 30c04360c5
5 changed files with 3 additions and 7 deletions

View File

@@ -51,7 +51,7 @@ DROP TABLE IF EXISTS `APP_SEQUENCE`;
CREATE TABLE `APP_SEQUENCE`
(
`ID` INTEGER NOT NULL AUTO_INCREMENT,
`ID` INTEGER NOT NULL,
PRIMARY KEY (`ID`)
)ENGINE=InnoDB ;
#-----------------------------------------------------------------------------