How do I create an Auto increment identity column in Entity Framework Core?
Obviously I can do it using fluent API for EF6 for example.
Looks like they changed it once again and the new method now is:
.UseIdentityColumn()