Forum OpenACS Q&A: Response to Adding field to main schema.

Collapse
Posted by Jon Griffin on
Create a table myperson with a foreign key on person (person_id).

Then you add your other fields. This way you get the important info and if you want to change the first_names, last_name in your new table you could do that also (via a trigger in your table or some code changes in the core).