PMC-1367
This commit is contained in:
committed by
Julio Cesar Laura Avendaño
parent
480c67ac37
commit
cedc5bbae5
@@ -54,6 +54,7 @@ DROP TABLE IF EXISTS `APP_SEQUENCE`;
|
||||
CREATE TABLE `APP_SEQUENCE`
|
||||
(
|
||||
`ID` INTEGER NOT NULL,
|
||||
`APP_TYPE` VARCHAR(20) default 'NORMAL' NOT NULL,
|
||||
PRIMARY KEY (`ID`)
|
||||
)ENGINE=InnoDB ;
|
||||
#-----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user