Gossamer Forum
Home : Products : Others : MySQLMan :

how do I set number column to default NULL

Quote Reply
how do I set number column to default NULL
I have a NULL numeric column, but I can only seem to set default to zero or some numeric value. How do I set DEFAULT to NULL
Quote Reply
Re: [macgruder] how do I set number column to default NULL In reply to
oops! it's easy isn't it. to answer my own question: mysql automatically sets null numerics default to null.