How to change an extended table's field's default value?
I would like to make the default value for the 'state' field within a project record be 1 (Open). The pm_project table extends the planned_task table which extends the task table. The 'state' field displayed in the pm_project form comes from the task...