change blob to medium blob
This commit is contained in:
parent
9932626f9a
commit
7564d450a2
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
);""";
|
||||
|
|
Loading…
Reference in a new issue