* feat(codegen): generate entity files with PostgreSQL's schema name * Ignore schema name `public` * Restore changes * Fix test cases * cargo fmt * [cli] fixup
10 lines
157 B
Rust
10 lines
157 B
Rust
//! SeaORM Entity. Generated by sea-orm-codegen 0.1.0
|
|
|
|
pub mod prelude;
|
|
|
|
pub mod cake;
|
|
pub mod cake_filling;
|
|
pub mod filling;
|
|
pub mod fruit;
|
|
pub mod vendor;
|