Tabellstrukturen är galen. Du måste ha en POST-indextabell, som kombinerar alla inlägg till en enda plats och ger det så här:
// Posts_Index
+----+---------+------------+
| id | post_id | post_table |
+----+---------+------------+
// Votes
+----+---------+
| id | post_id |
+----+---------+
Annars måste du vända kartan. Så att post_id -> votes.id
.