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

sql.migration.V20150419155700__CreateUserPresences.sql Maven / Gradle / Ivy

The newest version!
CREATE TABLE user_presences (
  user_id int NOT NULL,
  last_seen_at timestamp,
  PRIMARY KEY(user_id)
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy