3 reasons why you should store timestamp instead of boolean
In my 7+ years of work, I encountered numerous situations when you need to store a boolean in the database to represent the state of a particular entity.
Before we continue to important parts I will explain each type and when it’s usually used. I will refer to examples