I'm currently working on a mobile application.
The principle is simple, a user can add a marker on a map. The marker belongs to a category and each category has different fields.
Example : A user adds a marker on the map, chooses the category (point of interest) then fills in the necessary information for the point of interest (Title, Description, Type).
If he wants to report an obstacle, the fields will be different (type, description).
Here is how I modeled this
The problem is that each marker will necessarily have 2 null fields.
Do you think my modeling is consistent? If not, do you have an idea for a solution?