db.migration.V2015.05.23.07.14.47__pmbok-reference-ddl.sql Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of clusterra-pmbok-reference Show documentation
Show all versions of clusterra-pmbok-reference Show documentation
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