This commit is contained in:
R
2026-04-01 02:06:09 +07:00
parent 30e8dd3cda
commit 5bf5a05698

View File

@@ -14,7 +14,7 @@ return new class extends Migration
public function up()
{
Schema::table('notifications', function (Blueprint $table) {
$table->text('data')->after('notifiable_id')->nullable();
$table->text('data')->nullable();
});
}