whoami7 - Manager
:
/
home
/
kckglobal
/
public_html
/
portal
/
database
/
migrations
/
Upload File:
files >> /home/kckglobal/public_html/portal/database/migrations/2024_03_05_213519_update_users_headers.php
<?php use Illuminate\Database\Migrations\Migration; return new class extends Migration { /** * Run the migrations. */ public function up(): void { DB::table('companies')->whereNotNull('headers')->update(['headers' => null]); DB::table('users')->whereNotNull('headers')->update(['headers' => null]); } };
Copyright ©2021 || Defacer Indonesia