Sha256: 7c4efe082696a432d5734e32c7abd04ac1209e78728c872b38f2115812168bea
Contents?: true
Size: 259 Bytes
Versions: 49
Compression:
Stored size: 259 Bytes
Contents
class CreateMnoMonsters < ActiveRecord::Migration def change create_table :mno_monsters do |t| t.string :first_name t.string :last_name t.string :email t.string :provider t.string :uid t.timestamps end end end
Version data entries
49 entries across 37 versions & 2 rubygems