All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.flowable.db.upgrade.flowable.db2.upgradestep.53.to.54.identity.sql Maven / Gradle / Ivy

There is a newer version: 4.0.0
Show newest version
alter table ACT_ID_USER 
add PICTURE_ID_ varchar(64);

create table ACT_ID_INFO (
    ID_ varchar(64),
    REV_ integer,
    USER_ID_ varchar(64),
    TYPE_ varchar(64),
    KEY_ varchar(255),
    VALUE_ varchar(255),
    PASSWORD_ BLOB,
    PARENT_ID_ varchar(255),
    primary key (ID_)
);




© 2015 - 2025 Weber Informatics LLC | Privacy Policy