META-INF.sql.tables.sql Maven / Gradle / Ivy
create table AssetEntryAssetCategoryRel (
assetEntryAssetCategoryRelId LONG not null primary key,
assetEntryId LONG,
assetCategoryId LONG,
priority INTEGER
);
© 2015 - 2025 Weber Informatics LLC | Privacy Policy