How to change a datetime or date column in MySQL to default NULL.
Without applying the NO_ZERO_DATE
compatibility mode workaround. Also fixes incorrect datetime value: '0000-00-00 00:00:00'
.
How to change a datetime or date column in MySQL to default NULL.
Without applying the NO_ZERO_DATE
compatibility mode workaround. Also fixes incorrect datetime value: '0000-00-00 00:00:00'
.
This site uses Akismet to reduce spam. Learn how your comment data is processed.
I have require on my existing website. I need this to be implement this insert query, date field is already in null but it always insert 0000-00-00 format