Sha256: 4fe045456fbe083a6edbcc626a2c9aa22218e0fa473602875b9af4c7747682cd
Contents?: true
Size: 180 Bytes
Versions: 3
Compression:
Stored size: 180 Bytes
Contents
class CreateProducts < ActiveRecord::Migration[5.0] def change create_table :products do |t| t.string :title t.float :price t.timestamps end end end
Version data entries
3 entries across 3 versions & 1 rubygems