change blob to medium blob

This commit is contained in:
tylermurphy534 2022-10-04 23:31:32 -04:00
parent 9932626f9a
commit 7564d450a2

View file

@ -19,7 +19,7 @@ public class StickerTable {
CREATE TABLE IF NOT EXISTS sticker_data (
guild_id BIGINT NOT NULL,
name VARCHAR(16) NOT NULL,
image BLOB NOT NULL,
image MEDIUMBLOB NOT NULL,
filename VARCHAR(50) NOT NULL,
PRIMARY KEY (guild_id,name)
);""";