Skip to content

Commit fc0b774

Browse files
committed
use longText
1 parent 8cadd9e commit fc0b774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/migrations/create_workflows_table.php.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ return new class extends Migration
1212
$table->id();
1313

1414
// serialized class
15-
$table->json('definition');
15+
$table->longText('definition');
1616

1717
// last run step
1818
$table->string('step')->nullable();

0 commit comments

Comments
 (0)