useCurrentOnUpdate method

ColumnDefinition useCurrentOnUpdate()

Set the TIMESTAMP column to use CURRENT_TIMESTAMP on update.

Implementation

ColumnDefinition useCurrentOnUpdate() {
  _useCurrentOnUpdateValue = true;
  return this;
}