Closed t-ae closed 3 years ago
Make LastInsertIDInitializable public. The IDValue of Model that generated by database must conform to LastInsertIDInitializable. This change lets any type to conform to it.
LastInsertIDInitializable
public
IDValue
Model
Related issue: #199
Close due to https://github.com/vapor/fluent-mysql-driver/issues/199#issuecomment-808697235
Make
LastInsertIDInitializable
public
. TheIDValue
ofModel
that generated by database must conform toLastInsertIDInitializable
. This change lets any type to conform to it.