Merge remote-tracking branch
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
return [
|
return [
|
||||||
|
|
||||||
'default' => 'mysql',
|
'default' => 'mysql7',
|
||||||
'migrations' => 'migrations',
|
'migrations' => 'migrations',
|
||||||
'connections' => [
|
'connections' => [
|
||||||
'lelong' => [
|
'lelong' => [
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ class AddColumnsToKomuditiTransaksi extends Migration
|
|||||||
*/
|
*/
|
||||||
public function down()
|
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('no_sijil_pelanggan');
|
||||||
$table->dropColumn('tan');
|
$table->dropColumn('tan');
|
||||||
$table->dropColumn('harga');
|
$table->dropColumn('harga');
|
||||||
|
|||||||
Reference in New Issue
Block a user