Hacker News new | ask | show | jobs
by fastball 2138 days ago
Because values can be different types (string, int, boolean).
1 comments

Can't you store them all as varchar? You could even have a type column if you wanted to enforce the types in some way at the application level.