truncate(); DB::table('companies')->insert([ 'id' => '999', 'company_name'=>'testing', 'registration_no'=>'testing', 'tax_no'=>'testing', 'tel_no'=>'12345', 'fax'=>'12345', 'address'=>'testing', 'city'=>'testing', 'postcode'=>'12345', 'state'=>'testing', 'country'=>'testing', 'contact_person'=>'testing', 'created_at' => Carbon::now()->format('Y-m-d H:i:s'), 'updated_at' => Carbon::now()->format('Y-m-d H:i:s'), 'user_id' => '2' ]); } }