Skip to Main Content

ODP.NET

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

EF Core Migrations: GUID Backing-Type Flip-Flopping between RAW(16) and RAW(36)

mkstephensonFeb 15 2022

Hi, we currently have a rather odd behaviour when creating migrations which include tables which contain a column where the .NET type is a guid. The first migration makes the column a RAW(16) column, the next migration will change it to RAW(36), then the one after that will change it back to RAW(16). The only column this appears to happen on is a column containing a foreign key but I can't say for certain if this is a deciding factor.
Has anyone seen this behaviour before?

Comments
Post Details
Added on Feb 15 2022
4 comments
439 views