I have generally always used some sort of Hungarian Notation for my field names in my tables e.g.
Hungarian Notation
#Table Users u_id, u_name, u_email etc... #Po
Depends on your working style. There are no fixed set of rules.
I use camelcase tableNameFieldName for e.g catID, catName, catDesc