Sha256: 8e9cc285c95edfc056660a780a29365a84f06f25e3752be62d623ff1ed745563
Contents?: true
Size: 388 Bytes
Versions: 6
Compression:
Stored size: 388 Bytes
Contents
# This migration comes from bouquet (originally 20160108154107) class CreateBouquetAssemblies < ActiveRecord::Migration[5.0] def change create_table :bouquet_assemblies do |t| t.string :name t.integer :quantity t.references :product, index: true, foreign_key: true t.references :material, index: true, foreign_key: true t.timestamps end end end
Version data entries
6 entries across 3 versions & 1 rubygems