Merge remote-tracking branch

This commit is contained in:
Afiq Hamzah
2023-11-23 16:35:08 +08:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
return [
'default' => 'mysql',
'default' => 'mysql7',
'migrations' => 'migrations',
'connections' => [
'lelong' => [
@@ -30,7 +30,7 @@ class AddColumnsToKomuditiTransaksi extends Migration
*/
public function down()
{
Schema::connection($this->getOnlineArrahConnection())->table('komuditi_transaksi', function (Blueprint $table){
Schema::connection($this->getOnlineArrahnConnection())->table('komuditi_transaksi', function (Blueprint $table){
$table->dropColumn('no_sijil_pelanggan');
$table->dropColumn('tan');
$table->dropColumn('harga');