1
2
3
4
5
6
7
8
9
10
11
//! `SeaORM` Entity. Generated by sea-orm-codegen 0.11.3

pub mod prelude;
pub mod question;
pub mod question_topic_tag;
pub mod topic_tag;

pub type QuestionModel = question::Model;
pub type TopicTagModel = topic_tag::Model;
pub type QuestionEntity = question::Entity;
pub type TopicTagEntity = topic_tag::Entity;