Sha256: d2b34c440621c4b2982d812ae16bfcca7145c27d8f2c064c46e56e1a88fd5836

Contents?: true

Size: 217 Bytes

Versions: 7

Compression:

Stored size: 217 Bytes

Contents

class CreateUsers < ActiveRecord::Migration
  def change
    create_table :users do |t|
      t.string :username
      t.string :email
      t.string :password_digest

      t.timestamps null: false
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
loco-rails-1.3.2 test/dummy/db/migrate/20151017102240_create_users.rb
loco-rails-1.3.1 test/dummy/db/migrate/20151017102240_create_users.rb
loco-rails-1.3.0 test/dummy/db/migrate/20151017102240_create_users.rb
loco-rails-1.0.2 test/dummy/db/migrate/20151017102240_create_users.rb
loco-rails-1.0.1 test/dummy/db/migrate/20151017102240_create_users.rb
loco-rails-1.0.0 test/dummy/db/migrate/20151017102240_create_users.rb
loco-rails-0.0.1 test/dummy/db/migrate/20151017102240_create_users.rb