Fixes for migrations with incompatible types
This commit is contained in:
parent
6ad8e66ecb
commit
78780001cf
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ class CreateScheduledJobsTable extends Migration
|
|||
$table->id();
|
||||
$table->string('action_name');
|
||||
$table->string('action_class');
|
||||
$table->json('parameters')->nullable();
|
||||
$table->mediumText('parameters')->nullable();
|
||||
$table->foreignIdFor(\App\Models\Company::class);
|
||||
$table->foreignIdFor(\App\Models\Scheduler::class);
|
||||
$table->timestamps();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue