Add support for all MySql BLOB type declarations
Choose between TINYBLOB, BLOB, MEDIUMBLOB and LONGBLOB based on the length of the field. Behaves the same way as the TEXT type declaration.
Showing
Please register or sign in to comment
Choose between TINYBLOB, BLOB, MEDIUMBLOB and LONGBLOB based on the length of the field. Behaves the same way as the TEXT type declaration.