GlossaryTypestextUnbounded or large text column, common in Drizzle and SQL.Unbounded or large text column, common in Drizzle and SQL. The text type is typically used for emails, descriptions, and content fields. It maps to TEXT in PostgreSQL. Example Prismaemail: text("email").notNull() Related Glossary overview All types UnknownA type the parser could not classify.serialAuto-incrementing integer primary key in PostgreSQL.