Skip to content

Commit

Permalink
use longText
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinGab committed Sep 21, 2024
1 parent 8cadd9e commit fc0b774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/migrations/create_workflows_table.php.stub
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ return new class extends Migration
$table->id();

// serialized class
$table->json('definition');
$table->longText('definition');

// last run step
$table->string('step')->nullable();
Expand Down

0 comments on commit fc0b774

Please # to comment.