Sha256: 012f67e62f923660281c754ea647fd19a62d576826581b8301a90d33e9893af4
Contents?: true
Size: 185 Bytes
Versions: 11
Compression:
Stored size: 185 Bytes
Contents
class CreatePhotos < ActiveRecord::Migration def up create_table :photos do |t| t.string :name t.timestamps end end def down drop_table :photos end end
Version data entries
11 entries across 11 versions & 1 rubygems