Probably a problem with your code. Can you show us the model code? A good way to document your progress is to 1) include comments and 2) use version control (Mercurial or Git).
On Sunday, August 5, 2012 6:33:50 PM UTC-7, metaperl wrote: > > 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? > > --

