WIP: Channel CRUD
This commit is contained in:
parent
bb70901e71
commit
26a94b5244
4 changed files with 163 additions and 128 deletions
|
@ -6,6 +6,7 @@ use sea_orm::entity::prelude::*;
|
|||
pub struct Model {
|
||||
#[sea_orm(primary_key)]
|
||||
pub id: ChannelId,
|
||||
pub name: String,
|
||||
pub room_id: Option<RoomId>,
|
||||
// pub id_path: String,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue