add `CHECK` column constraint convenience
tanner0101 opened this issue · 1 comments
tanner0101 commented
add `CHECK` column constraint convenience
grosch commented
builder.field(for: .pointsPerMonth, type: .doublePrecision, .check(.pointsPerMonth > 0.0))