![JAR search and dependency download from the Maven repository](/logo.png)
sql.migration.V20150417101800__CreateSessionInfos.sql Maven / Gradle / Ivy
The newest version!
CREATE TABLE session_infos (
auth_id bigint NOT NULL,
session_id bigint NOT NULL,
user_id int,
PRIMARY KEY (auth_id, session_id)
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy