pub async fn upsert_research_form_anwser(
conn: &mut PgConnection,
course_id: Uuid,
answer: &NewResearchFormQuestionAnswer,
) -> ModelResult<Uuid>
pub async fn upsert_research_form_anwser(
conn: &mut PgConnection,
course_id: Uuid,
answer: &NewResearchFormQuestionAnswer,
) -> ModelResult<Uuid>