Module backend::db::prelude[][src]

Expand description

SeaORM Entity. Generated by sea-orm-codegen 0.4.0

Re-exports

pub use super::admin::Entity as Admin;
pub use super::burrow::Entity as Burrow;
pub use super::content_post::Entity as ContentPost;
pub use super::content_reply::Entity as ContentReply;
pub use super::image::Entity as Image;
pub use super::user::Entity as User;
pub use super::user_collection::Entity as UserCollection;
pub use super::user_follow::Entity as UserFollow;
pub use super::user_like::Entity as UserLike;
pub use super::user_status::Entity as UserStatus;