[Django] 좋아요기능과 팔로우기능의 DB 네이밍 컨벤션(ManyToManyField)
0.들어가면서 이 게시물에서는 좋아요와 팔로우기능이 MTM(manytomany)을 통해 DB로 table이 생성될 때 자동으로 생성되는 column의 naming에 대해 알아볼 생각이다. 이 부분을 보기 전에 좋아요 기능가 팔로우 기능에 대한 개념을 모른다면 아래의 링크를 타고가서 공부하고 오자. https://han-py.tistory.com/160 https://han-py.tistory.com/161 결론부터 보면 좋아요 기능의 column명은 아래와 같다. article_id user_id [table] accounts_user_followers from_user_id to_user_id 공식문서를 통해 ManyToMany를 살펴보면 아래와 같다. ManyToManyField If you don'..
Web/Django
2020. 8. 30. 15:24
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- django
- react
- nextjs autoFocus
- Deque
- next.config.js
- logout
- BFS
- react autoFocus
- UserCreationForm
- error:0308010C:digital envelope routines::unsupported
- 자연어처리
- mongoDB
- DFS
- typescript
- Express
- nodejs
- vuejs
- Queue
- Vue
- NextJS
- 클라우데라
- 자료구조
- useHistory 안됨
- pandas
- TensorFlow
- login
- read_csv
- Python
- JavaScript
- useState
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
글 보관함