useCurrentOnUpdate method
Set the TIMESTAMP column to use CURRENT_TIMESTAMP on update.
Implementation
ColumnDefinition useCurrentOnUpdate() {
_useCurrentOnUpdateValue = true;
return this;
}
Set the TIMESTAMP column to use CURRENT_TIMESTAMP on update.
ColumnDefinition useCurrentOnUpdate() {
_useCurrentOnUpdateValue = true;
return this;
}