![JAR search and dependency download from the Maven repository](/logo.png)
sql.migration.V20160112161110__BinaryPasswordHashes.sql Maven / Gradle / Ivy
The newest version!
DROP TABLE user_passwords;
CREATE TABLE user_passwords (
user_id INT NOT NULL,
hash BYTEA NOT NULL,
salt BYTEA NOT NULL,
PRIMARY KEY (user_id)
);
© 2015 - 2025 Weber Informatics LLC | Privacy Policy