Use MEDIUMBLOB for MySQL as some icons are big.
This commit is contained in:
parent
3bcad1cf84
commit
f522cf972e
1 changed files with 1 additions and 1 deletions
|
@ -300,5 +300,5 @@ QString MariaDbDriver::autoIncrementPrimaryKey() const {
|
|||
}
|
||||
|
||||
QString MariaDbDriver::blob() const {
|
||||
return QSL("BLOB");
|
||||
return QSL("MEDIUMBLOB");
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue