3 lines
196 B
Bash
3 lines
196 B
Bash
# sea-orm-cli migrate up
|
|
# sea-orm-cli generate entity -u mysql://root:dev_web3_proxy@127.0.0.1:13306/dev_web3_proxy -o entities/src --with-serde both
|
|
# sea-orm-cli generate entity -t <table_name> |