currentTimestamp top-level constant

RawSql const currentTimestamp

A raw SQL statement that specifies a date/time default to the current time.

Implementation

const RawSql currentTimestamp = RawSql('CURRENT_TIMESTAMP');