8000
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 cb6fa4f commit 662ec83Copy full SHA for 662ec83
pkg/job-queue/Doctrine/mapping/Job.orm.xml
@@ -12,7 +12,7 @@
12
<field name="createdAt" column="created_at" type="datetime" nullable="false" />
13
<field name="startedAt" column="started_at" type="datetime" nullable="true" />
14
<field name="stoppedAt" column="stopped_at" type="datetime" nullable="true" />
15
- <field name="data" column="data" type="json_array" nullable="true" />
+ <field name="data" column="data" type="json" nullable="true" />
16
<many-to-one field="rootJob" target-entity="Enqueue\JobQueue\Doctrine\Entity\Job" inversed-by="childJobs">
17
<join-column name="root_job_id" referenced-column-name="id" on-delete="CASCADE" />
18
</many-to-one>
0 commit comments