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

db.migration.V2015.05.23.07.14.47__pmbok-reference-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.

The newest version!

    create table pmb_reference (
        id varchar(255) not null,
        author varchar(255),
        createdByUserId varchar(255),
        createdDate timestamp,
        modifiedByUserId varchar(255),
        modifiedDate timestamp,
        name varchar(255) not null,
        number varchar(255) not null,
        publicationDate timestamp,
        tenantId varchar(255) not null,
        primary key (id)
    );




© 2015 - 2025 Weber Informatics LLC | Privacy Policy