laravel-shop/database
Fabian @ Blax Software 7d35c224f3 fix: product_action_runs.action_id must be uuidMorphs (ProductAction is HasUuids)
morphs('action') creates a bigint action_id, but ProductAction uses HasUuids — so ProductAction::callForProduct's run-logging dies with 'Incorrect integer value: <uuid>' on the first dispatch. uuidMorphs('action') matches the uuid key. Fresh-install fix; existing installs need an in-place widen.
2026-06-10 11:33:09 +02:00
..
factories BF edgecases, R structure, A tests 2026-05-18 13:05:38 +02:00
migrations fix: product_action_runs.action_id must be uuidMorphs (ProductAction is HasUuids) 2026-06-10 11:33:09 +02:00