Not sure if I understand what you mean, do you want to attribute more patients to the same incident? You can use the belongsToMany
relationship and create a pivot table. Then when you want to update the data, just use the sync
method.
You could also try using json_encode()
to store them in a column that just holds the user ID and retrieve them later.
Sorry, can't provide more information because the problem is not well described.