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.
|
||
|---|---|---|
| .. | ||
| 2025_01_01_000001_create_blax_shop_tables.php | ||
| 2025_01_01_000002_create_product_price_tiers_table.php | ||
| 2025_01_01_000003_add_stripe_to_users_table.php | ||
| 2025_01_01_000004_create_blax_shop_subscriptions.php | ||
| 2026_01_01_000000_drop_stock_quantity_from_products.php | ||
| 2026_01_01_000001_drop_in_stock_and_stock_status_from_products.php | ||
| 2026_01_01_000002_add_max_per_cart_and_max_per_user_to_products.php | ||