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
Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Enums: In PostgreSQL, enumerated types are available as a data type. I use enums in my data model design, and I would love to have this feature added, as it simplifies development.
Custom Data Types: PostgreSQL plugins enable access to additional data types. Instead of adding each possible data type in DrawDB, I suggest implementing support for custom data types. This would allow platform users to utilize extra data types provided by plugins, such as ULID and enums.
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
References:
https://www.postgresql.org/docs/current/datatype-enum.html
Describe the solution you'd like
A clear and concise description of what you want to happen.
There are two possible solutions:
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: