Sha256: 352586243e1c7f314fcad255b61b1490f70cd9315ae736d2e09b363c617f030c
Contents?: true
Size: 169 Bytes
Versions: 13
Compression:
Stored size: 169 Bytes
Contents
class CreateOrders < ActiveRecord::Migration def change create_table :orders do |t| t.string :name t.string :qty t.timestamps end end end
Version data entries
13 entries across 13 versions & 2 rubygems