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

sql.migration.V20160107153720__CreateMasterKeys.sql Maven / Gradle / Ivy

The newest version!
CREATE TABLE master_keys (
  auth_id BIGINT NOT NULL,
  body BYTEA NOT NULL,
  PRIMARY KEY (auth_id)
);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy