You may also run this query to find out which tables this field gets updated into.
SELECT *
FROM YOURDBNAME.INFORMATION_SCHEMA.COLUMNS
WHERE COLUMN_NAME = 'NAME OF THE COLUMN'
THIS WILL GIVE YOU THE LIST OF ALL THE TABLES THIS COLUMN NAME IS IN. LET ME KNOW IF YOU HAVE ANY QUESTIONS.
EMAIL...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.