Sha256: bb789a47f3baef9a10fff36351d755cf10171726c0b6fad79181267b3311778d
Contents?: true
Size: 137 Bytes
Versions: 160
Compression:
Stored size: 137 Bytes
Contents
class AddTopicToChapter < ActiveRecord::Migration[4.2] def change add_column :chapters, :topic_id, :integer, index: true end end
Version data entries
160 entries across 160 versions & 2 rubygems