Sha256: 73c41ba3116c9b9834cb278d4a509403bc381471945df733ee219ef4b91e836e
Contents?: true
Size: 445 Bytes
Versions: 6
Compression:
Stored size: 445 Bytes
Contents
# This migration comes from bouquet (originally 20160108155711) class CreateBouquetPurchaseOrders < ActiveRecord::Migration[5.0] def change create_table :bouquet_purchase_orders do |t| t.string :state t.date :date t.integer :quantity t.date :arrival_date t.references :material, index: true, foreign_key: true t.references :supplier, index: true, foreign_key: true t.timestamps end end end
Version data entries
6 entries across 3 versions & 1 rubygems