Sha256: e399a22f42fe93be644b82d9c149321ec23b47303b8a37ff6a41aa9c62281f56
Contents?: true
Size: 293 Bytes
Versions: 6
Compression:
Stored size: 293 Bytes
Contents
# This migration comes from spree_purchase_order (originally 20160111123141) 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
6 entries across 6 versions & 1 rubygems