char('status')->change(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::table('penawaran', function (Blueprint $table) { $table->boolean('status')->default(true)->nullable(); }); } };