Sha256: 0efb6920f2df9320518677938b3ce821613022a6666021c117b45f864b258d77
Contents?: true
Size: 152 Bytes
Versions: 44
Compression:
Stored size: 152 Bytes
Contents
# frozen_string_literal: true class AddPasswordToUsers < ActiveRecord::Migration[4.2] def change add_column :users, :password, :string end end
Version data entries
44 entries across 44 versions & 3 rubygems