I've googled this for a bit and can't find anything on it.
Why does the MySQL column type "TIMESTAMP" require the "NULL" parameter to accept null values, when other column types dont?
Also, is this the only column type that requires the "NULL" parameter to accept null values?
Thank you.