Skip to content
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

About table field is "VARCHAR" problem #4384

Closed
linqingfeng opened this issue Jan 23, 2016 · 1 comment
Closed

About table field is "VARCHAR" problem #4384

linqingfeng opened this issue Jan 23, 2016 · 1 comment

Comments

@linqingfeng
Copy link

Hi,

In EF6, if the table field is "VARCHAR", requires the following code:

modelBuilder.Entity<User>()
     .Property(e => e.Password)
     .IsUnicode(false);

However, in EF7, no "IsUnicode", "IsUnicode" is not without manual settings?

thank you very much!

@smitpatel
Copy link
Contributor

dupe of #3420

@ajcvickers ajcvickers reopened this Oct 16, 2022
@ajcvickers ajcvickers closed this as not planned Won't fix, can't repro, duplicate, stale Oct 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants