We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5b803e commit 62e6618Copy full SHA for 62e6618
internal/database/mariadb.go
@@ -61,7 +61,7 @@ func (m *MariaDB) InitializeSchema() error {
61
_, err = m.db.ExecContext(context.Background(), `
62
CREATE TABLE IF NOT EXISTS assets (
63
id BIGINT UNSIGNED NOT NULL,
64
- value VARCHAR(4096) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
+ value VARCHAR(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
65
type VARCHAR(255) CHARACTER SET ascii COLLATE ascii_bin NOT NULL,
66
67
CONSTRAINT pk_asset PRIMARY KEY (id),
0 commit comments