日期:2014-05-16 浏览次数:20555 次
CREATE TABLE JBPM4_DEPLOYMENT (
        DBID_ BIGINT NOT NULL,
        NAME_ LONGTEXT,
        TIMESTAMP_ BIGINT,
        STATE_ VARCHAR(255),
        PRIMARY KEY (DBID_)
    ) TYPE=INNODB;You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'type=InnoDB'