search for: foreign_key_schema_dump

Displaying 1 result from an estimated 1 matches for "foreign_key_schema_dump".

2006 Jul 13
6
Migrations + foreign keys
Hi all, In the AWDR author use the execute method to declare foreign keys: execute "alter table.... add constraint.... foreign key...." Is there a ruby sintax to declare a foreign key in a migration class? -- Posted via http://www.ruby-forum.com/.