Sha256: 95c4d9e1e206b79e8f88746af8938334c011310bfe117e41b2f877026da8c775

Contents?: true

Size: 269 Bytes

Versions: 3

Compression:

Stored size: 269 Bytes

Contents

class CreateBlogrUsers < ActiveRecord::Migration
  def change
    create_table :blogr_users do |t|
      t.string :first_name
      t.string :last_name
      t.string :username
      t.string :email
      t.string :password_digest

      t.timestamps
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
blogr-0.0.8 db/migrate/20131120191219_create_blogr_users.rb
blogr-0.0.7 db/migrate/20131120191219_create_blogr_users.rb
blogr-0.0.6 db/migrate/20131120191219_create_blogr_users.rb