DoNothing<T extends Table, D> constructor

DoNothing<T extends Table, D>({
  1. List<Column<Object>>? target,
})

Creates an upsert clause that does nothing on conflict

Implementation

DoNothing({this.target});