Sha256: 9538d22c985e511c8d81778c31439abe75cd9900a4a3ba1a676e15243f93b72e
Contents?: true
Size: 222 Bytes
Versions: 99
Compression:
Stored size: 222 Bytes
Contents
class AddColumnsToProducts < ActiveRecord::Migration[6.0] def change change_table :products do |table| table.string :name table.belongs_to(:manufacturer) table.belongs_to(:driver) end end end
Version data entries
99 entries across 99 versions & 1 rubygems