Sha256: eeb23ebf709b91dac58a4a55f73b7e834064a1d8b872b1960574d1960bf4ecc7
Contents?: true
Size: 217 Bytes
Versions: 16
Compression:
Stored size: 217 Bytes
Contents
# frozen_string_literal: true class AddProductsToSubscriptionClientSuppliers < ActiveRecord::Migration[7.0] def change add_column :subscription_client_suppliers, :products, :json, if_not_exists: true end end
Version data entries
16 entries across 16 versions & 1 rubygems