Sha256: 497ccf3aad22f63e6eef10697d2bac910bc37002506ebe191a646caa71b11c9c

Contents?: true

Size: 248 Bytes

Versions: 3

Compression:

Stored size: 248 Bytes

Contents

class CreateUsers < ActiveRecord::Migration
  def change
    create_table :users do |t|
      t.string :first_name
      t.string :last_name
      t.string :email
      t.string :avatar_url
      t.string :uid

      t.timestamps
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
omniauth-infinum-0.11.1 examples/omniauth_infinum_standalone/db/migrate/20140512070546_create_users.rb
omniauth-infinum-0.10.0 examples/omniauth_infinum_standalone/db/migrate/20140512070546_create_users.rb
omniauth-infinum-0.10.1 examples/omniauth_infinum_standalone/db/migrate/20140512070546_create_users.rb