whynot-here / whynot-here-api-server

whynot-here 서비스 API 서버
3 stars 0 forks source link

[BE] Post 도메인 좋아요 갯수 컬럼 추가 #122

Closed osj3474 closed 1 year ago

osj3474 commented 1 year ago

DB 선작업 후 머지 예정

ALTER TABLE `post` ADD `likes` INT DEFAULT 0;