How to add numbers to the database with "+" for example +380991111111 , when added, plus disappears somewhere. example
$query = DB::table('wallets')->insert( ['wallet' => '+380991111111', 'password' => 'password', 'month_limit' => 'monthLimit', 'status' => 'statu', 'type' => 'type', 'group' => 'group', ]);
walletsshow, please. Maybe you have anINT. - VenZellbig_chinise_ciencoding? How do you check that plus disappeared? - VenZell