onUpdate method

ForeignKeyConstraint onUpdate(
  1. String onUpdate
)

Implementation

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