I'm doing software development and the database server for testing is running 10.5.18-MariaDB-0+deb11u1 - Debian 11. I know many questions ask how to stop having a default for a text field being an error.
But the problem I'm trying to solve is that users running Windows databases in strict mode have failures if a default is specified for a text (or blob etc) field. I don't see them during testing, because my database doesn't treat it as an error.
I'd like to treat it as an error, so that I test in an environment at least as "hostile" as may be found with users. Is there a way to configure MariaDB so that a default for a text field will cause an error? (I don't want to run a Windows server, thank you).
My database server is running strict mode, but it does not give an error when creating a table with a text field with a default value.