Just a quick question. I was looking through the WordPress (blog platform) database structure and was curious about something: for the user table, the id column is bigint(20) and for the post table, the associated user id column is int(4).
I was just wondering if the two columns are different types for a specific reason, since it seems they hold the same info?
Cheers!