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

sql.migration.V20160112234110__CreateFeatures.sql Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
CREATE TABLE device_features (
  auth_id BIGINT NOT NULL,
  name TEXT NOT NULL,
  args BYTEA NOT NULL,
  PRIMARY KEY (auth_id)
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy