From https://dev.mysql.com/doc/refman/5.0/en/blob.html "BLOB and TEXT columns cannot have DEFAULT values."
@@ -92,14 +92,14 @@
<column>
<name>body</name>
<type>binary</type>
- <default/>
+ <null/>
<description>Body of the message</description>
</column>
<name>extra_hdrs</name>
<type>text</type>
<description>Extra headers that must be restored</description>