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
and I store these as an INT (as storing them as TEXT would be inefficent).
Then in Postico, when I view this table I see my status column with a bunch of 1s, 2s, and 3s. However, it would be a lot more clear if I could somehow indicate to Postico what the meaning of these were, such that when rendering the table, it would show "Started", "Finished", etc.
Not sure the best way to expose this functionality, but ideally the user could just insert their mapping of values for a given column.
The text was updated successfully, but these errors were encountered:
It's pretty common that I have some enums in my code, for example:
and I store these as an INT (as storing them as TEXT would be inefficent).
Then in Postico, when I view this table I see my
status
column with a bunch of 1s, 2s, and 3s. However, it would be a lot more clear if I could somehow indicate to Postico what the meaning of these were, such that when rendering the table, it would show "Started", "Finished", etc.Not sure the best way to expose this functionality, but ideally the user could just insert their mapping of values for a given column.
The text was updated successfully, but these errors were encountered: