Sha256: 0cb61a2109d1742883e4d75dcd26c5ea4ef81dcb22dc001f24d963bc946c85c0
Contents?: true
Size: 295 Bytes
Versions: 12
Compression:
Stored size: 295 Bytes
Contents
# This migration comes from static_blocks (originally 20130611042319) class CreateStaticBlocksSnippets < ActiveRecord::Migration def change create_table :static_blocks_snippets do |t| t.string :title t.text :content t.string :status t.timestamps end end end
Version data entries
12 entries across 12 versions & 1 rubygems