```sql CREATE TABLE foo (`modification_time` DATETIME ON UPDATE CURRENT_TIMESTAMP()) ``` does not work