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: 4.0.43
Show newest version
create table AssetEntryAssetCategoryRel (
	mvccVersion LONG default 0 not null,
	ctCollectionId LONG default 0 not null,
	assetEntryAssetCategoryRelId LONG not null,
	companyId LONG,
	assetEntryId LONG,
	assetCategoryId LONG,
	priority INTEGER,
	primary key (assetEntryAssetCategoryRelId, ctCollectionId)
);




© 2015 - 2025 Weber Informatics LLC | Privacy Policy