pub async fn insert(
conn: &mut PgConnection,
content: &str,
page_history_id: &Uuid,
page_id: &Uuid,
) -> ModelResult<CoursePageMarkdownContent>pub async fn insert(
conn: &mut PgConnection,
content: &str,
page_history_id: &Uuid,
page_id: &Uuid,
) -> ModelResult<CoursePageMarkdownContent>