Description
Edited: The docs are mentioning that the command prints instructions to add manually mod entity and mod migrations
but this is not true:
Adding resource: Item
✓ Created src/items/
✓ Created src/items/mod.rs
✓ Created src/items/handlers.rs
✓ Created src/items/dto.rs
✓ Created src/items/error.rs
✓ Updated src/entity.rs
✓ Created src/migrations/
✓ Created src/migrations/m20260723_090145_create_items.rs
✓ Updated src/migrations/mod.rs
✓ Wired mod items; in src/main.rs
Next steps:
1. Run cargo build to verify
Resource Item created successfully!
Either update the docs or the command printed output to match each other
Description
Edited: The docs are mentioning that the command prints instructions to add manually
mod entityandmod migrationsbut this is not true:
Either update the docs or the command printed output to match each other