Sha256: 956960b83361333e20acede80ac8f77cb4d673e5bcd9323c8c81eafb0538dfdf
Contents?: true
Size: 385 Bytes
Versions: 29
Compression:
Stored size: 385 Bytes
Contents
class CreateComeeCoreInventories < ActiveRecord::Migration[7.0] def change create_table :comee_core_inventories do |t| t.references :product, null: false, index: {name: "product_on_cci_indx"}, foreign_key: {to_table: :comee_core_products} t.integer :quantity, null: false t.timestamps end end end
Version data entries
29 entries across 29 versions & 1 rubygems