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

META-INF.sql.tables.sql Maven / Gradle / Ivy

There is a newer version: 1.0.38
Show newest version
create table PLOEntry (
	mvccVersion LONG default 0 not null,
	ploEntryId LONG not null primary key,
	companyId LONG,
	userId LONG,
	createDate DATE null,
	modifiedDate DATE null,
	key_ VARCHAR(1000) null,
	languageId VARCHAR(75) null,
	value TEXT null
);




© 2015 - 2025 Weber Informatics LLC | Privacy Policy