Sha256: 45a7bd6d75cd93fe44ad89e4f8839964164729495e8a036e8d8fc9fb30ab4a4c
Contents?: true
Size: 225 Bytes
Versions: 12
Compression:
Stored size: 225 Bytes
Contents
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