* Override column name with the name of model field in `DeriveEntityModel` macros [issues] * Fixup: trim prefix and tailing underscore Co-authored-by: Chris Tsang <chris.2y3@outlook.com>
7 lines
126 B
Rust
7 lines
126 B
Rust
//! SeaORM Entity. Generated by sea-orm-codegen 0.6.0
|
|
|
|
pub mod prelude;
|
|
|
|
pub mod underscores;
|
|
pub mod underscores_workaround;
|