We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
To avoid having a column with on update CURRENT_TIMESTAMP, add O.SqlType("timestamp not null default CURRENT_TIMESTAMP") to column definition.
on update CURRENT_TIMESTAMP
O.SqlType("timestamp not null default CURRENT_TIMESTAMP")
"On update" could be desirable, but on token tables probably isn't.