Sha256: 2fda7c7f910920e54211a83aa67c2d9b3dcb44f6b329f63f5bd2272d5ceaee96
Contents?: true
Size: 309 Bytes
Versions: 5
Compression:
Stored size: 309 Bytes
Contents
class CreatePromotionConditions < ActiveRecord::Migration[7.0] def change create_table :solidus_promotions_conditions do |t| t.references :benefit, foreign_key: { to_table: :solidus_promotions_benefits } t.string :type t.text :preferences t.timestamps end end end
Version data entries
5 entries across 5 versions & 1 rubygems