Sha256: 9400ddc33034b94284d1cc6c629a639792892cd570721a3d4c47000f3dc9a1fd
Contents?: true
Size: 133 Bytes
Versions: 160
Compression:
Stored size: 133 Bytes
Contents
class AddChapterBook < ActiveRecord::Migration[4.2] def change add_column :chapters, :book_id, :integer, index: true end end
Version data entries
160 entries across 160 versions & 2 rubygems