GlossaryTypesInt32-bit integer, common in Prisma schemas.32-bit integer, common in Prisma schemas. Int represents a standard integer column. Use it for counts, foreign keys, and numeric flags when BigInt is not required. Example PrismaviewCount Int @default(0) Related Glossary overview All types VarCharVariable-length string with an optional max length.DateTimePrisma date and time scalar type.