Sha256: 03a5149a4f31cc5f996b59a32b883c0a207da71a1565c0b2946618efad664550
Contents?: true
Size: 170 Bytes
Versions: 15
Compression:
Stored size: 170 Bytes
Contents
class CreateProducts < ActiveRecord::Migration[5.0] def change create_table :products do |t| t.string :name t.timestamps null: false end end end
Version data entries
15 entries across 15 versions & 1 rubygems