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