I should prefer the use of a boolean and not an enum. First of all because this is a boolean value (and because I have some bad experience with enum values + if you need more values in an enum field it feels like you try to prevent creating another table just by placing the data in an enum field)
Side note: if is is about active I should call the column active and not status
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community