You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the area indicators are stored in a JSONB column. While this give flexibility in adding/removing indicators, it makes it hard to be typesafe as there is no way to ensure the types of the properties in the Prisma schema. We should consider promoting indicadors to area columns to ensure type safety more easily.
Currently the area indicators are stored in a JSONB column. While this give flexibility in adding/removing indicators, it makes it hard to be typesafe as there is no way to ensure the types of the properties in the Prisma schema. We should consider promoting indicadors to area columns to ensure type safety more easily.
cc @oliverroick
The text was updated successfully, but these errors were encountered: