Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
post列と自動インクリメント列を持つテーブルがありidます。私のid列は主キーとして設定されています。特定の投稿を削除してidコラムが整理されないのは悪い習慣ですか?
post
id
主キーは、レコードを一意に識別するためだけのものです。レコードの特定の順序が必要な場合は、そのために追加の列を使用してください。たとえば、datetime列。
datetime