Sha256: aac3214d5a29a2509f5b8041b788177c5ca52673ba5e2db69becb9f05139502c
Contents?: true
Size: 173 Bytes
Versions: 49
Compression:
Stored size: 173 Bytes
Contents
class CreateUsers < ActiveRecord::Migration def change create_table :users do |t| t.string :email t.string :password t.timestamps end end end
Version data entries
49 entries across 49 versions & 4 rubygems