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: 3.0.48
Show newest version
create table SharingEntry (
	uuid_ VARCHAR(75) null,
	sharingEntryId LONG not null primary key,
	groupId LONG,
	companyId LONG,
	userId LONG,
	userName VARCHAR(75) null,
	createDate DATE null,
	modifiedDate DATE null,
	toUserId LONG,
	classNameId LONG,
	classPK LONG,
	shareable BOOLEAN,
	actionIds LONG,
	expirationDate DATE null
);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy