Sha256: 497e1158d411697a90cbba2476998ad3f5405959862334b96078e17709967b8d
Contents?: true
Size: 143 Bytes
Versions: 4
Compression:
Stored size: 143 Bytes
Contents
class AddCategoriesToPost < ActiveRecord::Migration def change create_table "categories_posts" do |t| t.integer :post_id end end end
Version data entries
4 entries across 4 versions & 1 rubygems