username in lots of tables
I see lots of references to "username" in these tables. Why is that? If someone changes there username, what will happen to all these pictures, posts etc. that rely on username? Why not just use the userid as the foreign key and get the name from the one table that should be allowed to have the username, "user"?
|