Using IDProperty
of type Int64
fails to create a database generated value
#544
Labels
bug
Something isn't working
Describe the bug
When using an
Int64
as a primary key, and wanting to let the database generate it automatically, FluentKit fails to recognize this as autogenerated id.Using a regular
Int
type works because this case is specifically handled inFluentKit
Expected behavior
Primary keys of type
Int64
should work.Environment
The text was updated successfully, but these errors were encountered: