![JAR search and dependency download from the Maven repository](/logo.png)
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