defaultToCurrent method
Set default to CURRENT_TIMESTAMP
Implementation
ColumnDefinition defaultToCurrent() {
_defaultValue = 'CURRENT_TIMESTAMP';
return this;
}
Set default to CURRENT_TIMESTAMP
ColumnDefinition defaultToCurrent() {
_defaultValue = 'CURRENT_TIMESTAMP';
return this;
}