* backend * frontend * frontend * README * CI * fmt * docs * edit * rename * Bump seaography to 1.0 * Cargo.lock
8 lines
184 B
Rust
8 lines
184 B
Rust
use sea_orm::entity::prelude::*;
|
|
|
|
use super::_entities::files::ActiveModel;
|
|
|
|
impl ActiveModelBehavior for ActiveModel {
|
|
// extend activemodel below (keep comment for generators)
|
|
}
|