Sha256: 4a0d85f1106ec299b7e0c0db9ccbec1320d85459298af9201ce4517d4cfd13c2
Contents?: true
Size: 298 Bytes
Versions: 1
Compression:
Stored size: 298 Bytes
Contents
# This migration comes from spree_purchase_order (originally 20160111123141) class CreateSpreePurchaseOrders < ActiveRecord::Migration[4.2] 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
spree_purchase_order-3.7.0 | spec/dummy/db/migrate/20191113195974_create_spree_purchase_orders.spree_purchase_order.rb |