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

sql.migration.V20151113233633__CreateReactions.sql Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
CREATE TABLE reactions (
  dialog_type INT NOT NULL,
  dialog_id VARCHAR NOT NULL,
  random_id BIGINT NOT NULL,
  code VARCHAR NOT NULL,
  user_id INT NOT NULL,
  PRIMARY KEY (dialog_type, dialog_id, random_id, code, user_id)
);





© 2015 - 2024 Weber Informatics LLC | Privacy Policy