mirror of
https://github.com/gotify/server.git
synced 2026-05-20 07:30:29 +08:00
By default gorm uses the type `varbinary(255)` for []byte in database models. 255 characters isn't enough for a plugin config therefore we use longblob instead.