-
Notifications
You must be signed in to change notification settings - Fork 64
Closed
Labels
bug/2-confirmedBug has been reproduced and confirmed.Bug has been reproduced and confirmed.kind/bugA reported bug.A reported bug.
Milestone
Description
prisma@2.3.0-dev.7, commit 225c75492b90e646e0224803ae30926eb676bdd0
Several records that have been populated with their units fields as null show up as 0 in Studio. In the image below, the record that has 0 should be null. And if you double-click on it, like in the record above it, it shows up as null.
Obviously, for Int fields we can’t have null fields show up as 0.
Prisma schema:
model Lodging {
units Int?
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bug/2-confirmedBug has been reproduced and confirmed.Bug has been reproduced and confirmed.kind/bugA reported bug.A reported bug.
