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

sql.migration.V20150422185500__CreateParameters.sql Maven / Gradle / Ivy

CREATE TABLE config_parameters (
  user_id int NOT NULL,
  key text NOT NULL,
  value text NOT NULL,
  PRIMARY KEY (user_id, key)
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy