cadc-inventory-db.0.12.1.source-code.inventory.ModelVersion.sql Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cadc-inventory-db Show documentation
Show all versions of cadc-inventory-db Show documentation
OpenCADC Storage Inventory database library
create table .ModelVersion
(
model varchar(32) not null primary key,
version varchar(32) not null,
lastModified timestamp not null
)
;
© 2015 - 2024 Weber Informatics LLC | Privacy Policy