Merge branch 'afiqhamzah/add-new-columns-table-komuditi_transaksi'

This commit is contained in:
Afiq Hamzah
2023-11-14 14:56:46 +08:00
2 changed files with 3 additions and 4 deletions
+2 -3
View File
@@ -2,8 +2,8 @@
return [
'default' => 'accounts',
'default' => 'mysql7',
'migrations' => 'migrations',
'connections' => [
'lelong' => [
'driver' => 'mysql',
@@ -451,4 +451,3 @@ return [
],
],
];
@@ -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');