Needs to be `numPlayers Int @db.SmallInt` the `Int...
# orm-help
c
Needs to be
numPlayers Int @db.SmallInt
the
Int
part is the Prisma type, the other part is the Postgres type.
💯 1