I'm working on creating a hack to allow reporting of PMs. Unfortunately, we don't have phpMyAdmin installed, so I was wondering what the name of the table where PMs are stored in and what the last field in that table is. I probably *could* do a query to figure all that out, but it would be a pain

.
In other words, what do $pmtablename and $thelastthing equal?
ALTER TABLE $pmtablename ADD reported tinyint(1) DEFAULT '0' not null AFTER $thelastthing
Thanks!