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

db.migration.hsql.V1_049__CreateFingerprintTable.sql Maven / Gradle / Ivy

There is a newer version: 1.17.0
Show newest version
CREATE TABLE "fingerprints" (
   "value" VARCHAR2(32) NOT NULL PRIMARY KEY
);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy