MigrateProductOptionGroupData
Populates the new join tables for shared, channel-aware ProductOptionGroups
using data from the existing productId FK column on product_option_group.
Call this from your migration's up() method after the new join tables
have been created and before the productId column is dropped.
Parameters
queryRunner
parameter
QueryRunnerWas this chapter helpful?