Displaying 1 result from an estimated 1 matches for "poster_user_id".
2006 Nov 27
3
ActiveRecord: Reference same table twice
...|
| title | varchar(255) | YES | | NULL | |
| body | text | YES | | NULL | |
| created_at | datetime | YES | | NULL | |
| user_id | int(11) | YES | MUL | NULL | |
| poster_user_id | int(11) | YES | | NULL | |
+----------------+--------------+------+-----+---------+----------------+
6 rows in set (0.00 sec)
mysql>
* user_id in the user_comments table references stores which user''s
profile was commented on (100% working)
* poster_user...