SQLite Forum

Can't migrate auto-increment bigint columns
Login
Since the DDL is created by EFCore at runtime as part of a migration, it's not really up to us. Editing the generated code isn't possible that I know of. EFCore just generates the most verbose, specific code that it can at runtime to describe the differences in the model. I don't think it should be generating an error just for including optional words that should amount to the same thing as the defaults though.