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