All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cadc-inventory-db.0.12.1.source-code.inventory.DeletedStorageLocationEvent.sql Maven / Gradle / Ivy

There is a newer version: 1.0.4
Show newest version

create table .DeletedStorageLocationEvent (
    id uuid not null primary key,
    lastModified timestamp not null,
    metaChecksum varchar(136) not null
);

create index dsle_modified_index on .DeletedStorageLocationEvent(lastModified);





© 2015 - 2024 Weber Informatics LLC | Privacy Policy