I have a problem when trying to create a new field
My error is :
moscomprofilerFields::store failed: CBSQLupgrader::changeColumn (ADD) of Table #__comprofiler Column cb_factures failed with SQL error: Row size too large. The maximum row size for the used table type, not counting BLOBs, is 65535. You have to change some columns to TEXT or BLOBs SQL=ALTER TABLE `yq0g1_comprofiler`\n ADD `cb_factures` varchar(255) DEFAULT NULL Row size too large. The maximum row size for the used table type, not counting BLOBs, is 65535. You have to change some columns to TEXT or BLOBs SQL=ALTER TABLE `yq0g1_comprofiler`\n ADD `cb_factures` varchar(255) DEFAULT NULL
Could you tell me what BLOB mean ?