ActiveRecord::Schema.define(:version => 0) do create_table :users do |t| t.string :user_name t.string :permalink end end