Sha256: 90f61078d317a00eae697f778546f0e988c4670bcdfc416541e4717ee17940ba
Contents?: true
Size: 171 Bytes
Versions: 6
Compression:
Stored size: 171 Bytes
Contents
class CreatePianos < ActiveRecord::Migration def change create_table :pianos do |t| t.string :name t.string :image t.timestamps end end end
Version data entries
6 entries across 6 versions & 1 rubygems