Skip to content

Instantly share code, notes, and snippets.

@dewski
Created October 30, 2009 20:40
Show Gist options
  • Select an option

  • Save dewski/222699 to your computer and use it in GitHub Desktop.

Select an option

Save dewski/222699 to your computer and use it in GitHub Desktop.
+----+---------+---------+-------------+----------------+------------+
| id | user_id | action | feedable_id | feedable_type | created_at |
+----+---------+---------+-------------+----------------+------------+
| 1 | 1 | create | 1 | Comment | 10/10/2009 |
| 2 | 2 | edit | 1 | Comment | 10/11/2009 |
| 3 | 1 | create | 1 | Message | 10/12/2009 |
| 4 | 2 | create | 2 | Message | 10/13/2009 |
| 5 | 1 | create | 1 | Connection | 10/14/2009 |
| 6 | 2 | edit | 1 | Connection | 10/15/2009 |
+----+---------+---------+-------------+----------------+------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment