class CreatePolyblockBlocks < ActiveRecord::Migration def change create_table :polyblock_blocks do |t| t.string :name t.text :content t.integer :contentable_id t.string :contentable_type t.timestamps end end end