Skip to content

Instantly share code, notes, and snippets.

@paulbares
Last active June 8, 2020 14:04
Show Gist options
  • Save paulbares/dcd89ab4e8057f35d2e20576ac4641f4 to your computer and use it in GitHub Desktop.
Save paulbares/dcd89ab4e8057f35d2e20576ac4641f4 to your computer and use it in GitHub Desktop.
recipientrows1
+----+-----------------+---------+----------+---------+
| id | notification_id | user_id | group_id | is_read |
+----+-----------------+---------+----------+---------+
| 0 | 0 | "user1" | null | 0 |
| 1 | 0 | "user2" | null | 0 |
| 2 | 0 | "user3" | null | 0 |
| 3 | 0 | null | "group1" | 0 |
| 4 | 0 | null | "group2" | 0 |
+----+-----------------+---------+----------+---------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment