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

sql.migration.V20151224225330__CreateUserPasswords.sql Maven / Gradle / Ivy

The newest version!
CREATE TABLE user_passwords (
  user_id INT NOT NULL,
  salt BYTEA NOT NULL,
  hash TEXT NOT NULL,
  PRIMARY KEY (user_id)
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy