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

db.migration.V2015.04.12.19.56.03__iam-avatar-ddl.sql Maven / Gradle / Ivy

Go to download

A application used as an example on how to set up pushing its components to the Central Repository.

There is a newer version: 1.2.1.RELEASE
Show newest version

    create table iam_avatar (
        id varchar(255) not null,
        avatarType varchar(255) not null,
        image128 bytea,
        image24 bytea,
        image48 bytea,
        isDefault boolean,
        primary key (id)
    );




© 2015 - 2024 Weber Informatics LLC | Privacy Policy