Hotfix
This commit is contained in:
@@ -14,7 +14,7 @@ return new class extends Migration
|
|||||||
public function up()
|
public function up()
|
||||||
{
|
{
|
||||||
Schema::table('notifications', function (Blueprint $table) {
|
Schema::table('notifications', function (Blueprint $table) {
|
||||||
$table->text('data')->after('notifiable_id')->nullable();
|
$table->text('data')->nullable();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user