To avoid having a column with `on update CURRENT_TIMESTAMP`, add `O.SqlType("timestamp not null default CURRENT_TIMESTAMP")` to column definition. "On update" could be desirable, but on token tables probably isn't.