We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df445ec commit 72bdfe9Copy full SHA for 72bdfe9
etc/db_schema.xml
@@ -5,7 +5,7 @@
5
<column name="message_id" xsi:type="int" unsigned="true" nullable="false" identity="true"/>
6
<column name="job_class" xsi:type="varchar" nullable="false"/>
7
<column name="target" xsi:type="varchar" nullable="true"/>
8
- <column name="additional_data" xsi:type="json" nullable="true"/>
+ <column name="additional_data" xsi:type="text" nullable="true"/>
9
<constraint xsi:type="primary" referenceId="PRIMARY">
10
<column name="message_id"/>
11
</constraint>
0 commit comments