Sha256: ee7f6da0412ba3577aaac72bf88b37f4c4f9f953eaf1d63d945484ceb81a305e
Contents?: true
Size: 251 Bytes
Versions: 11
Compression:
Stored size: 251 Bytes
Contents
class CreateBlockyContentBlocks < ActiveRecord::Migration def change create_table :blocky_content_blocks do |t| t.string :controller t.string :action t.string :name t.text :content t.timestamps end end end
Version data entries
11 entries across 11 versions & 1 rubygems