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 e8a1cfc commit 72bcd7aCopy full SHA for 72bcd7a
pkg/job-queue/Tests/Functional/Entity/Job.php
@@ -95,7 +95,7 @@ class Job extends BaseJob
95
/**
96
* @var array
97
*
98
- * @ORM\Column(name="data", type="json_array", nullable=true)
+ * @ORM\Column(name="data", type="json", nullable=true)
99
*/
100
protected $data;
101
0 commit comments