Sha256: 0d7b0856a98fb3ee368489d6cab222035090af591fccd95077ca1cbef4dbcb85
Contents?: true
Size: 255 Bytes
Versions: 87
Compression:
Stored size: 255 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
87 entries across 87 versions & 1 rubygems