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

sql.migration.V20150315081300__CreateSeqUpdatesNgen.sql Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
CREATE TABLE seq_updates_ngen (
  auth_id bigint NOT NULL,
  timestamp bigint NOT NULL,
  seq int NOT NULL,
  header int NOT NULL,
  serialized_data bytea NOT NULL,
  user_ids_str text NOT NULL,
  group_ids_str text NOT NULL,
  PRIMARY KEY (auth_id, timestamp)
);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy