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

sql.migration.V20151222034230__AddStickerWH.sql Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
alter table sticker_data add column image_128_width int not null default 128;
alter table sticker_data add column image_128_height int not null default 128;

alter table sticker_data add column image_256_width int default 256;
alter table sticker_data add column image_256_height int default 256;

alter table sticker_data add column image_512_width int default 512;
alter table sticker_data add column image_512_height int default 512;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy