I have a table migration where I try to force validation of a phone_number field as unique:
Schema::create(\'users\', function (Blueprint $table) { $table