Add community.mysql.mysql_user module column_case_sensitive

This needs adding:

column_case_sensitive

The default is false.

When true, the module will not uppercase the field names in the privileges.

When false, the field names will be upper-cased. This is the default

This feature was introduced because MySQL 8 and above uses case sensitive fields names in privileges.