9 lines
190 B
Bash
Executable file
9 lines
190 B
Bash
Executable file
#!/bin/sh
|
|
|
|
sea-orm-cli migrate
|
|
sea-orm-cli generate entity -l \
|
|
--with-serde both \
|
|
--serde-skip-deserializing-primary-key \
|
|
-o entity/src/
|
|
|
|
echo 'pub mod links;' >> entity/src/lib.rs
|