feat: implement product attribute options with database migration, resource, and validation requests

This commit is contained in:
2026-06-29 09:48:56 -03:00
parent b0508d79b3
commit 6efda4727f
7 changed files with 10 additions and 1 deletions

View File

@@ -37,7 +37,7 @@ class CartControllerTest extends TestCase
'tenant_codigo' => 'acme',
'codigo' => 'color',
'nombre' => 'Color',
'type' => 'text',
'type' => 'string',
]);
ProductVariantDefinition::query()->create([