Cant add different case adid to database because of unique constraint – Laravel
Before I state the issue I'll mention I'm using PHP and laravel 9, and my database is mysql with the following charset and collation: 'charset' => 'utf8mb4', 'collation' => 'utf8mb4_unicode_ci', I am working with ADIDs and a table called devices…