From 67b9378a4e00e76bca41b79d249cc5ccfb98d5bd Mon Sep 17 00:00:00 2001 From: Ilham Wara Nugroho Date: Fri, 13 Feb 2026 10:56:41 +0700 Subject: [PATCH] update --- database/migrations/2026_02_12_064530_add_column.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/migrations/2026_02_12_064530_add_column.php b/database/migrations/2026_02_12_064530_add_column.php index 61b733b..e4be943 100644 --- a/database/migrations/2026_02_12_064530_add_column.php +++ b/database/migrations/2026_02_12_064530_add_column.php @@ -13,7 +13,7 @@ return new class extends Migration { Schema::table('dataset', function (Blueprint $table) { // $table->integer('ms_tabel_data_id'); - $table->dropColumn('template_id'); + // $table->dropColumn('template_id'); $table->integer('ms_tabel_data_id'); // $table->foreign('ms_tabel_data_id')->references('MsTabelDataId')->on('ms_tabel_data')->cascadeOnDelete();