I know there are mySQL commands to convert database data to lowercase, but is there a way to create a field that automatically converts submitted data to lowercase / underscores by default when it is submitted? Sorry if it’s a dumb question.
Share
You can use triggers for this purpose: manual