Sha256: 01f62e304214c08cf56e4974014b64fc629874d65f2c473b8bfdda4dc429e9d3
Contents?: true
Size: 288 Bytes
Versions: 20
Compression:
Stored size: 288 Bytes
Contents
class CreateSongs < ActiveRecord::Migration def change create_table :songs do |t| t.string :title t.string :author t.string :status t.string :mp3 t.string :slug t.references :related, polymorphic: true t.timestamps end end end
Version data entries
20 entries across 20 versions & 2 rubygems