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. |
||
|---|---|---|
| .. | ||
| application.go | ||
| application_test.go | ||
| client.go | ||
| client_test.go | ||
| database.go | ||
| database_test.go | ||
| message.go | ||
| message_test.go | ||
| migration_test.go | ||
| plugin.go | ||
| plugin_test.go | ||
| user.go | ||
| user_test.go | ||