diff --git a/SeaORM/docs/03-generate-entity/01-sea-orm-cli.md b/SeaORM/docs/03-generate-entity/01-sea-orm-cli.md index b15d36ee891..ba6041cba1a 100644 --- a/SeaORM/docs/03-generate-entity/01-sea-orm-cli.md +++ b/SeaORM/docs/03-generate-entity/01-sea-orm-cli.md @@ -45,6 +45,7 @@ Command line options: - `--include-hidden-tables`: generate entity files from hidden tables (table names starting with an underscore are ignored by default) - `--compact-format`: Generate entity file of [compact format](/docs/generate-entity/entity-structure) (default: true) - `--expanded-format`: Generate entity file of [expanded format](/docs/generate-entity/expanded-entity-structure) +- `--with-serde`: Automatically derive serde Serialize / Deserialize traits for the entity (none, serialize, deserialize, both) (default: none) ```shell # Generate entity files of database `bakery` to `src/entity`