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

sql.migration.V20150616000533__CreateLlectroDevices.sql Maven / Gradle / Ivy

CREATE TABLE llectro_devices(
  auth_id BIGINT,
  screen_width INT,
  screen_height INT,
  PRIMARY KEY (auth_id)
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy