Sha256: 0f51b1296b2559fe5962082dd95e392e43fffa77a7f8466e2a88847bb90b90dd
Contents?: true
Size: 133 Bytes
Versions: 20
Compression:
Stored size: 133 Bytes
Contents
class AddCategoryIdToArticles < ActiveRecord::Migration[4.2] def change add_column :articles, :category_id, :integer end end
Version data entries
20 entries across 20 versions & 1 rubygems