Sha256: a911461972725623b272d0f9765581ebed41992b7f6631636aa38010dfaa5450
Contents?: true
Size: 213 Bytes
Versions: 24
Compression:
Stored size: 213 Bytes
Contents
class CreateUsers < ActiveRecord::Migration def change create_table :users do |t| t.string :email t.string :first_name t.string :last_name t.timestamps null: false end end end
Version data entries
24 entries across 24 versions & 2 rubygems