I’d create a followers column that stores user IDs in a comma-separated list, not user-specific, then use a relation to pull matching users so each profile shows who follows them.
I’d create a followers column that stores user IDs in a comma-separated list, not user-specific, then use a relation to pull matching users so each profile shows who follows them.