vapor/sql-kit

add `CHECK` column constraint convenience

tanner0101 opened this issue · 1 comments

add `CHECK` column constraint convenience

builder.field(for: .pointsPerMonth, type: .doublePrecision, .check(.pointsPerMonth > 0.0))