![JAR search and dependency download from the Maven repository](/logo.png)
sql.migration.V20150419155700__CreateUserPresences.sql Maven / Gradle / Ivy
CREATE TABLE user_presences (
user_id int NOT NULL,
last_seen_at timestamp,
PRIMARY KEY(user_id)
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
CREATE TABLE user_presences (
user_id int NOT NULL,
last_seen_at timestamp,
PRIMARY KEY(user_id)
)