最初のデータベースを設計しようとしていますが、データベースに保持したいさまざまな「フラグ」がかなりあることがわかりました。
Active # Shows whether the item submission has been completed
Indexed # Shows whether the item has been indexed
Reminded # Shows whether the “expiring email” has been sent to the user
Error # Shows whether there is an error with the submission
Confirmation # Shows whether the confirmation email has been sent
これらのブールフィールドを持つ以外に、これらの詳細を保存する賢い方法はありますか? データベースのステータスグループの下にこれらがあり、すべての意味合いのID(32)があり、それにリンクするだけかどうか疑問に思っていました。