[Ticket #724] Error creating column of type BLOB

netcelli_netcelli_ New
edited March 2011 in Vanilla 2.0 - 2.8
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:
$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:

Comments

This discussion has been closed.