A co do pytania autora, odpowiedź manuala:
Cytat("http://dev.mysql.com/doc/refman/4.1/en/create-table.html")
The DEFAULT clause specifies a default value for a column. With one exception, the default value must be a constant; it cannot be a function or an expression. This means, for example, that you cannot set the default for a date column to be the value of a function such as NOW() or CURRENT_DATE. The exception is that you can specify CURRENT_TIMESTAMP as the default for a TIMESTAMP column as of MySQL 4.1.2.
Po polskiemu: wartość domyślna musi być
stała, nie możesz wstawić tam funkcji, więc jedyne rozwiązanie to takie jak powyżej.