Hi,
This has been raised before and closed, but I would like to emphasis how useful it is.
I want to be able to specify the collation on a column, perhaps through an annotation and have EF Core respect and generate the column as such in the migration.
I have temporarily worked around this by adding some SQL to ALTER the column manually in the migration, but this is a slightly tenuous solution as any subsequent ALTER on the column will reset it back to default.
I posit that setting a column as case-sensitive in the DB is a usual and valid use-case and ideally would like it to be supported in EFCore.
Thank you for considering it.
Ark
Hi,
This has been raised before and closed, but I would like to emphasis how useful it is.
I want to be able to specify the collation on a column, perhaps through an annotation and have EF Core respect and generate the column as such in the migration.
I have temporarily worked around this by adding some SQL to ALTER the column manually in the migration, but this is a slightly tenuous solution as any subsequent ALTER on the column will reset it back to default.
I posit that setting a column as case-sensitive in the DB is a usual and valid use-case and ideally would like it to be supported in EFCore.
Thank you for considering it.
Ark