Sha256: 0860a4fb554f7f8fda1e12d44e1edbcf8c4c7211b76a027f6de09c241e3516f9
Contents?: true
Size: 313 Bytes
Versions: 12
Compression:
Stored size: 313 Bytes
Contents
# This migration comes from blogelator (originally 20140221192000) class CreateBlogelatorPosts < ActiveRecord::Migration def change create_table :blogelator_posts do |t| t.string :title t.integer :user_id t.text :body_html t.text :body_markdown t.timestamps end end end
Version data entries
12 entries across 12 versions & 1 rubygems