
META-INF.sql.tables.sql Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of com.liferay.change.tracking.store.service
Show all versions of com.liferay.change.tracking.store.service
Liferay Change Tracking Store Service
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