Sha256: 2d4c9ce55aae21053faecdfe8d277e0f1753723acecf27541429c728f5c5ba15
Contents?: true
Size: 314 Bytes
Versions: 11
Compression:
Stored size: 314 Bytes
Contents
# This migration comes from blocky (originally 20140326210255) 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