[Rails] Re: Migration - wrong SQL statement is created

2009-08-31 Thread Xxx Yyy
Thank you very much for your quick answers! -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-tal

[Rails] Migration - wrong SQL statement is created

2009-08-31 Thread Xxx Yyy
Hi, I am doing my first steps with RoR and I have the following problem: I execute my migration file with the following content on a MySQL-database via Rake: class CreateUsers < ActiveRecord::Migration def self.up create_table :users do |t| t.integer :id t.string :username, :