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 8cadd9e commit fc0b774Copy full SHA for fc0b774
database/migrations/create_workflows_table.php.stub
@@ -12,7 +12,7 @@ return new class extends Migration
12
$table->id();
13
14
// serialized class
15
- $table->json('definition');
+ $table->longText('definition');
16
17
// last run step
18
$table->string('step')->nullable();
0 commit comments