-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PostgreSql Enum type #8
Comments
PostgreSQL has supported enums since version 8.3: http://www.postgresql.org/docs/8.3/static/datatype-enum.html |
@cbandy I know that PostgreSQL has an Enum data type. But I don't see it in your "real-database" module. As I see, only MySQL has it. Will you code Enum support also for PostgreSQL? :) |
The way MySQL and PostgreSQL define enums is very different. I suppose a |
Ok, I'll try that. I'm new at PostgreSQL and that was one of first things I was looking for. :) |
It would be great to have Enum type in PostgreSql.
The text was updated successfully, but these errors were encountered: