onUpdate method
Implementation
ForeignKeyConstraint onUpdate(String onUpdate) {
onUpdateAction = onUpdate.toUpperCase();
return this;
}
ForeignKeyConstraint onUpdate(String onUpdate) {
onUpdateAction = onUpdate.toUpperCase();
return this;
}