Id.postgres constructor

const Id.postgres({
  1. IDStrategy? strategy = IDStrategy.serial,
})

Implementation

const Id.postgres({
  this.strategy = IDStrategy.serial,
}) : autoIncrement = true;