Skip to content

Commit

Permalink
longblob
Browse files Browse the repository at this point in the history
  • Loading branch information
Elias committed Jan 2, 2025
1 parent 121bb44 commit ec0c9d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ defmodule Statestores.Adapters.MariaDBProjectionAdapter do
:TYPE_BOOL => "BOOLEAN",
:TYPE_FLOAT => "FLOAT",
:TYPE_DOUBLE => "DOUBLE",
:TYPE_BYTES => "BLOB",
:TYPE_BYTES => "LONGBLOB",
:TYPE_MESSAGE => "JSON",
:TYPE_ENUM => "TEXT"
}
Expand Down

0 comments on commit ec0c9d9

Please sign in to comment.