Sha256: 741773eaa7d6ef9b95f7c10aee74648ecc15148efc7c418ce790f57b76d7d430

Contents?: true

Size: 351 Bytes

Versions: 5

Compression:

Stored size: 351 Bytes

Contents

class CreateUsers < ActiveRecord::Migration
  def change
    create_table :users do |t|
      t.text :ido_id
      t.text :first_name
      t.text :last_name
      t.text :locale
      t.text :email
      t.text :username
      t.text :crypted_password
      t.text :password_salt
      t.text :persistence_token

      t.timestamps
    end
  end
end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
authlogic_cloudfuji-0.9.4 spec/scenario/db/migrate/20120223141435_create_users.rb
authlogic_cloudfuji-0.9.3 spec/scenario/db/migrate/20120223141435_create_users.rb
authlogic_bushido-0.9.2 spec/scenario/db/migrate/20120223141435_create_users.rb
authlogic_bushido-0.9.1 spec/scenario/db/migrate/20120223141435_create_users.rb
authlogic_bushido-0.9 spec/scenario/db/migrate/20120223141435_create_users.rb