4 lines
158 B
Bash
4 lines
158 B
Bash
|
rm -Rf crates/entities/src
|
||
|
|
||
|
sea-orm-cli generate entity --with-copy-enums --with-serde=both -u postgres://postgres@localhost/jet -v -l -o crates/entities/src
|