Terrence Brannon <schemelab@...> writes: > > Terrence Brannon <schemelab@...> writes: > > > > > Dang. I forgot to make references between tables.
I added the reference and the sql.log shows it: ALTER TABLE t_manufacturer ADD model_id INTEGER REFERENCES t_model(id) ON DELETE CASCADE; However, when I click on "Database Administration" and "[ insert new t_model ]", there is no field referencing the manufacturer for me to choose. How can I get the database administration to recognize the new field? --

