#postgresql
Read more stories on Hashnode
Articles with this tag
Examples of creating an enum type, renaming a value, deleting a value ยท Rails 7 introduced a new way to create enums in PostgreSQL, by adding create_enum...
Context You have a column in your table that is used as an array , like this: t.string 'ids', array: true And you want to select all records that...