main
Ilham Wara Nugroho 2026-02-13 10:56:41 +07:00
parent 850b37c95d
commit 67b9378a4e
1 changed files with 1 additions and 1 deletions

View File

@ -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();