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
Users will want to store monetary data in columns. We should allow them to do so and implement this type appropriately in the backend.
Proposed solution
Postgres has a built-in MONEY type, but the currency used for it is locked to the lc_monetary setting of the Postgres installation (see docs). We need to support storing money in different currencies in different columns, so we will create a custom MATHESAR_MONEY type.
Problem
Users will want to store monetary data in columns. We should allow them to do so and implement this type appropriately in the backend.
Proposed solution
Postgres has a built-in
MONEY
type, but the currency used for it is locked to thelc_monetary
setting of the Postgres installation (see docs). We need to support storing money in different currencies in different columns, so we will create a customMATHESAR_MONEY
type.Tasks that need to completed
MONEY
data type in the backend. #420Moved to a later milestone:
Additional context
The text was updated successfully, but these errors were encountered: