railsしりとり model作成

まず単語のモデルを作る
たしかこんなんだったような、と適当にやったらできた。models/word.rbが。
DBにSQLiteを指定したいんだけどどうやんだ?

SHOKAI-MAG /home/sho/src/shiritori% ./script/generate model word
      exists  app/models/
      exists  test/unit/
      exists  test/fixtures/
      create  app/models/word.rb
      create  test/unit/word_test.rb
      create  test/fixtures/words.yml
      create  db/migrate
      create  db/migrate/001_create_words.rb