79777177

Date: 2025-09-28 06:57:21
Score: 1.5
Natty:
Report link

Never change the key ! For a very simple system , this is possible , but this is not bad practice, is a disaster. Add a priority column, if the table is over 10K rows put an index on the priority column.

In case you have to enter rows in between usually , there are options like :
- priority , real number
- 2 columns , priority and subpriority and reorder from time to time.
- priority as integer but with a gap in between like every priority multiplied with 100.

There is no very simple way to solve this :( .

Reasons:
  • Blacklisted phrase (1): :(
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: detzu