Search
Star
Feedback
Setup for Free
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Prisma Schema Single Type - Theo's Typesafe Cult
TTC
Theo's Typesafe Cult
•
3y ago
•
17 replies
code_sanchu
Prisma Schema Single Type
Hi fellow cult members
.
I want to create a model for a
'single
' type
(not sure if that
's the correct term
) in my Prisma schema
. My understanding is a Prisma
Model
Model
is something that can be created multiple times
. I don
't want this
. I want just a single instance of a model
. It
'll be something like
:
model PageText {
title String
description String
}
model PageText {
title String
description String
}
Is this possible
?
Theo's Typesafe Cult
Join
26,131
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
Prisma Schema
TTC
Theo's Typesafe Cult / questions
3y ago
Prisma generated type missing joined schema in exported type
TTC
Theo's Typesafe Cult / questions
3y ago