If I install with:
and generate with:
sea-orm-cli generate entity //......
the generated file have:
//! `SeaORM` Entity. Generated by sea-orm-codegen 0.10.5
instead of of 0.10.2.
If I run
I can see:
What is going on?
I need the 0.10.2 version right now.