Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
[Ticket #724] Error creating column of type BLOB
netcelli_
New
I'm developing an application but when I try to create a column of type BLOB, Vanilla does not allow it:
The specified data type (MEDIUMBLOB) is not accepted for the MySQL database.
For example try:
In fact blob types are not allowed in file class.mysql.structure.php.
The specified data type (MEDIUMBLOB) is not accepted for the MySQL database.
For example try:
$Construct->Table('Text')
->PrimaryKey('TextID')
->Column('Text', 'MEDIUMBLOB')
->Set($Explicit, TRUE);
?>
In fact blob types are not allowed in file class.mysql.structure.php.
Tagged:
0
This discussion has been closed.
Comments
https://github.com/vanillaforums/Garden/issues/748