pub async fn insert(
conn: &mut PgConnection,
user_id: Uuid,
course_id: Uuid,
total_duration_seconds: Option<i32>,
total_points: i32,
) -> ModelResult<()>
pub async fn insert(
conn: &mut PgConnection,
user_id: Uuid,
course_id: Uuid,
total_duration_seconds: Option<i32>,
total_points: i32,
) -> ModelResult<()>