I just forgot how to do this and cannot find a helpful tutorial on the internet.
It is possible to setup a db table and then to fill it with data within the migration.
So I got my db "persons" with t.column :name => :string and want to add a person after the dbs creation. It was something like Person.add :name => "Nobody"... But I forgot how the method is called exactly.
Can you help me?
Thanks,
yours
Joern.