Sha256: 1c18574dd3b26e36835171b9284a9cfe16e1ce8ab57e2f4a5f69a9431f25f5a3

Contents?: true

Size: 177 Bytes

Versions: 1

Compression:

Stored size: 177 Bytes

Contents

class CreatePosts < ActiveRecord::Migration[5.1]
  def change
    create_table :posts do |t|
      t.string :title
      t.text :body
      t.belongs_to :user
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
update_request-0.1.0 spec/dummy/db/migrate/20180301070148_create_posts.rb