new columns

B

Ben Watts

I was just wondering what i would have to do to add a new column in the
database. I want a number field. I added it in project but I cant find it
in the database.
 
K

Kevin W Flanagan

Ben-

This is actually quite tricky. The number field you added is in the
database but can only be gotten through writing a SQL query and "connecting"
the project ID and field ID for the number field you created.
 
Top