Sha256: 3ce4c9be948583159fdcfc29b739e870c69720f99d480b3b1b3cadddf3e7cec9
Contents?: true
Size: 294 Bytes
Versions: 2
Compression:
Stored size: 294 Bytes
Contents
class CreateBlockyContentBlocks < ActiveRecord::Migration def change create_table :blocky_content_blocks do |t| t.string :content_key, index: true t.text :content t.string :description # Optional description for the content block t.timestamps end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
blocky-1.0.1 | db/migrate/20140326210255_create_blocky_content_blocks.rb |
blocky-1.0.0 | db/migrate/20140326210255_create_blocky_content_blocks.rb |