Sha256: e9f04ca86fbf4fb6a4e10141028d1409d409eda9df293307ac2e43f5b60761cc
Contents?: true
Size: 296 Bytes
Versions: 142
Compression:
Stored size: 296 Bytes
Contents
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
Version data entries
142 entries across 81 versions & 1 rubygems