Skip to content

Commit

Permalink
chore: AnswerModelに不足しているパラメータの追加
Browse files Browse the repository at this point in the history
  • Loading branch information
rito528 committed Jun 20, 2024
1 parent 82b5d5e commit a9d8f2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions models/form.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,10 @@ model RealAnswer {
model Answer {
@visibility("read")
id: uint32;
user: User;

form_id: uint32;
timestamp: utcDateTime;
title: string;
answers: RealAnswer[];
}
Expand Down

0 comments on commit a9d8f2c

Please sign in to comment.