Sha256: 36869f0a9f8bae99ae248298434e819c178f6aebc93366337ff86bb2dead036d
Contents?: true
Size: 345 Bytes
Versions: 3
Compression:
Stored size: 345 Bytes
Contents
class CreateBouquetDeliveries < ActiveRecord::Migration[5.0] def change create_table :bouquet_deliveries do |t| t.string :state t.date :date t.integer :quantity t.references :shipment, index: true, foreign_key: true t.references :location, index: true, foreign_key: true t.timestamps end end end
Version data entries
3 entries across 3 versions & 1 rubygems