Is there a way to create a table in sqlite3 that has a datetime column that defaults to \'now\'?
The following statement returns a syntax error:
crea
... default (datetime(current_timestamp))
The expression following default must be in parentheses. This form is useful if you want to perform date arithmetic using SQLite date and time functions or modifiers.
default