DB

게시글 id

잔망루피 2021. 7. 26. 10:44

게시글을 삭제하면 그 번호가 없어져서 숫자가 연속적이지 않은 게 보기 싫었다.

게시글 번호는 데이터베이스에서 id 값을 가져왔었다.

삭제 할 때마다 데이터베이스의 id 값을 재조정해야하나??라고 생각했지만, 그럴 필요없음!

 

https://wiki.modernpug.org/questions/8028785/%ED%85%8C%EC%9D%B4%EB%B8%94-row-%EC%82%AD%EC%A0%9C%EC%8B%9C-auto-increments-%EB%8B%A4%EC%8B%9C-%EC%93%B0%EB%8A%94-%EB%B2%95.

 

테이블 row 삭제시 auto increments 다시 쓰는 법. - Modern PHP User Group Confluence

 

wiki.modernpug.org

 

데이터베이스의 id 값은 그대로 두고 프런트단에서 번호를 1부터 게시글의 갯수만큼 출력하면 된다.

 

반응형

'DB' 카테고리의 다른 글

인덱스  (0) 2022.07.24
[Error] ERR wrong number of arguments for 'zrangebyscore' command  (0) 2022.07.23
[ERROR] java.sql.SQLException: Field 'title' doesn't have a default value  (0) 2021.11.21
[MySQL] Error Code : 3780  (0) 2021.11.19
transaction  (0) 2021.07.06