This is related to database schema design. In NoSQL databases like MongoDB you'd store that in a nested object, which is fine. In relational databases this is best stored in a separate database table with a one-to-many relationship. In this database table you only insert checked entries. You can have additional data like the time when it got checked.
Consider marking the thread as solved. If you have other difficulties please reply or consider opening a new thread.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community