When i’m creating a row in the database, via the repository, I got this :
MyApp.instance.container['repositories.companies'].create(company)
Dry::Struct::Error:
[Company.new] unexpected keys [:id] in Hash input
The row is well created. My entity is schema hash type.
And is this possible to use schema hash of type strict_with_defaults with rom-rb ?