sexy migrationを試してみました(すごい名前だ)。 migrationを以下のように書けます。
create_table :users do |t| t.string :name, :email t.text :introduction t.integer :age end