[Phpmyadmin-devel] frustrating problem with NULL values in number fields
Dan Allen
bigredlinux at yahoo.com
Mon Aug 27 01:35:15 CEST 2001
When you are creating a new field and you want the default to be NULL,
the query is getting passed through as
... default 'NULL' ...
but since the quotes are around NULL, it is interpreted as the string
NULL so the default becomes 0...maybe we could add a little checkbox for
null, so it would be like
Default
------- --
| | or | |null
------- --
what do you think?
Dan Allen
More information about the Developers
mailing list