Is it possible to have a default value for a datet...
# exposed
w
Is it possible to have a default value for a datetime field? I want the value to be set to the current time on every insert (or update). Normally I'd use
timestamp
in MySQL.