You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JuHyun419
changed the title
[20210123] Spring Swagger, 게시글 좋아요 기능 로직, MySQL Boolean type
[20210124] Spring Swagger, 게시글 좋아요 기능 로직, MySQL Boolean type
Jan 24, 2021
Spring Swagger
좋아요 기능 간단한 로직(한 사용자당 좋아요 한 번 클릭 가능, 중복 X)
MySQL Boolean Type
위와 같이 데이터를 INSERT 할 시, Peter의 check 값은 1이고, John의 check 값은 0
References
https://onecutwook.tistory.com/23
https://www.javatpoint.com/mysql-boolean#:~:text=MySQL%20does%20not%20contain%20built,to%200%20and%201%20value.
The text was updated successfully, but these errors were encountered: