Sha256: 099a890555144a9e7fa12a78cda8201914de14310c02f4fffe0147c0e5761b66
Contents?: true
Size: 216 Bytes
Versions: 16
Compression:
Stored size: 216 Bytes
Contents
class CreateSpreePurchaseOrders < ActiveRecord::Migration def change create_table :spree_purchase_orders do |t| t.string :po_number t.string :organization_name t.timestamps end end end
Version data entries
16 entries across 16 versions & 1 rubygems