Log in

View Full Version : how do i get the column names of the avatar table?


octokevin
07-30-2008, 04:06 PM
Does anyone know how I can find out the column names for the avatar table in the database?

I see the mysql statement in profile.php that gets the predefined avatars, and it does an ORDER BY avatar.displayorder.

I want to do an ORDER BY avatar.name but I don't know the name of the correct column name.

Opserty
07-30-2008, 06:15 PM
DESCRIBE table_name