I have a table in my database and wanted to have empty values that will be updated later on. I dont want the values to be defined as null and when I use None as the default I get a database error when trying to enter values into the database. Help I dont want to use Null. Im running mysql on phpmyadmin.
Is there a configuration on phpmyadmin that would allow empty values to be passed or allow empty strings (without using the NULL)?