소스 검색

Update README.md

Git-Leon 7 년 전
부모
커밋
88c2afebe6
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2
    1
      README.md

+ 2
- 1
README.md 파일 보기

@@ -61,7 +61,8 @@
61 61
 
62 62
 * `Vote` has a `option` instance variable of type `Option`
63 63
 	* `option` should be `annotated` with
64
-		* `@Column(name = "OPTION_ID")`
64
+		* `@ManyToOne`
65
+		* `@JoinColumn(name = "OPTION_ID")`
65 66
 
66 67
 * Create a `getter` and `setter` for each of the respective instance variables.
67 68