Sha256: 1e805e9ccd8ebe11893fa17c70adbbdd5b072e9170ed9ea656ea2d5dc527dfc5

Contents?: true

Size: 190 Bytes

Versions: 6

Compression:

Stored size: 190 Bytes

Contents

class CreatePosts < ActiveRecord::Migration
  def change
    create_table :posts do |t|
      t.string :title
      t.text :body
      t.text :markdown

      t.timestamps
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
mark_it_zero-0.3.2 test/dummy/db/migrate/20150424103520_create_posts.rb
mark_it_zero-0.3.1 test/dummy/db/migrate/20150424103520_create_posts.rb
mark_it_zero-0.3.0 test/dummy/db/migrate/20150424103520_create_posts.rb
mark_it_zero-0.2.0 test/dummy/db/migrate/20150424103520_create_posts.rb
mark_it_zero-0.1.1 test/dummy/db/migrate/20150424103520_create_posts.rb
mark_it_zero-0.1.0 test/dummy/db/migrate/20150424103520_create_posts.rb