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: 2.0.41
Show newest version
create table CTSContent (
	mvccVersion LONG default 0 not null,
	ctCollectionId LONG default 0 not null,
	ctsContentId LONG not null,
	companyId LONG,
	repositoryId LONG,
	path_ VARCHAR(75) null,
	version VARCHAR(75) null,
	data_ BLOB,
	size_ LONG,
	storeType VARCHAR(75) null,
	primary key (ctsContentId, ctCollectionId)
);




© 2015 - 2025 Weber Informatics LLC | Privacy Policy