#724 ✓resolved
daniel.kwiecinski (at gmail)

Can not create field named y

Reported by daniel.kwiecinski (at gmail) | May 19th, 2010 @ 11:38 AM

./script/generate hobo_model_resource point y:integer
./script/generate hobo_migration
cat db/migrate/20100519102246_hobo_migration_1.rb

class HoboMigration1 < ActiveRecord::Migration
  def self.up
    create_table :points do |t|
      t.datetime :created_at
      t.datetime :updated_at
    end
  end

  def self.down
    drop_table :points
  end
end

Where is my :y field?

-- Cheers Daniel

Comments and changes to this ticket

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

Referenced by

Pages