Sha256: b650a0b1993f6af628a765e730c1fdf997447f6c74561c60146db101e88d7d31
Contents?: true
Size: 298 Bytes
Versions: 17
Compression:
Stored size: 298 Bytes
Contents
class CreateProductGroupConditions < ActiveRecord::Migration def change create_table :product_group_conditions do |t| t.belongs_to :product_group t.string :name, null: false t.string :operator, null: false t.string :value t.timestamps end end end
Version data entries
17 entries across 17 versions & 1 rubygems