init commit
This commit is contained in:
7
src/models/skills.rs
Normal file
7
src/models/skills.rs
Normal file
@@ -0,0 +1,7 @@
|
||||
use sea_orm::entity::prelude::*;
|
||||
use super::_entities::skills::{ActiveModel, Entity};
|
||||
pub type Skills = Entity;
|
||||
|
||||
impl ActiveModelBehavior for ActiveModel {
|
||||
// extend activemodel below (keep comment for generators)
|
||||
}
|
Reference in New Issue
Block a user