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

sql.migration.V20151105010136__CreateUserSequence.sql Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
CREATE TABLE user_sequence(
  user_id INT NOT NULL,
  seq INT NOT NULL,
  timestamp BIGINT NOT NULL,
  mapping BYTEA NOT NULL,
  PRIMARY KEY (user_id, seq)
);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy