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)
)
CREATE TABLE llectro_devices(
auth_id BIGINT,
screen_width INT,
screen_height INT,
PRIMARY KEY (auth_id)
)