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