Fixes for json columsn
This commit is contained in:
parent
6261d9d181
commit
508a42e6c5
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ class AddJobRelatedFieldsToSchedulersTable extends Migration
|
|||
Schema::table('schedulers', function (Blueprint $table) {
|
||||
$table->string('action_name')->index();
|
||||
$table->string('action_class');
|
||||
$table->json('parameters')->nullable();
|
||||
$table->mediumText('parameters')->nullable();
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue