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
I am trying to create a COLLATION during schema creation in the Migration script . Is there a way for me to do it ? I read about .custom but unable to make it work.
It's been discussed a few times, with the main issue that Fluent needs to generally support all the databases. A future version may potentially support it.
Are there any plans to support COLLATION in Fluent or Postgres-kit/MySQL-kit https://www.postgresql.org/docs/current/collation.html
I am trying to create a COLLATION during schema creation in the Migration script . Is there a way for me to do it ? I read about
.custom
but unable to make it work.DB Fiddle: https://dbfiddle.uk/?rdbms=postgres_12&fiddle=e7945853a6501b4eb1ceea94da3e0b46
Schema:
Query:
Any examples would be helpful or some workaround to get it working.
The text was updated successfully, but these errors were encountered: