shopit-back/database/migrations
ncoronel b0508d79b3 feat: implement Attachment domain for file storage and integrate into Tenant service for logo management 2026-06-29 09:43:46 -03:00
..
0001_01_01_000000_create_users_table.php initial commit 2026-06-18 10:09:24 -03:00
0001_01_01_000001_create_cache_table.php initial commit 2026-06-18 10:09:24 -03:00
0001_01_01_000002_create_jobs_table.php initial commit 2026-06-18 10:09:24 -03:00
2026_06_18_130006_create_personal_access_tokens_table.php initial commit 2026-06-18 10:09:24 -03:00
2026_06_18_135000_create_tenants_table.php feat: implement full CRUD support and database schema for multi-tenant architecture 2026-06-26 16:57:59 -03:00
2026_06_18_140000_create_productos_table.php Add ProductController and Producto model with CRUD operations and migration 2026-06-18 10:13:03 -03:00
2026_06_19_000000_update_productos_tenant_reference_to_codigo.php Add Tenant model, controller, and migration; update Producto model to reference tenant_codigo 2026-06-19 11:34:10 -03:00
2026_06_23_000000_normalize_and_make_tenant_domains_unique.php Add BootstrapTenantController and requests for tenant domain normalization; implement API route and tests 2026-06-23 09:49:54 -03:00
2026_06_24_000000_create_categorias_table.php Refactor request validation to use model-specific prop synchronization and add migrations for categories and brands 2026-06-24 11:02:35 -03:00
2026_06_24_000100_create_brands_table.php Refactor request validation to use model-specific prop synchronization and add migrations for categories and brands 2026-06-24 11:02:35 -03:00
2026_06_24_000200_create_productos_variantes_table.php Add ProductVariant model and migration for productos_variantes table 2026-06-24 11:41:42 -03:00
2026_06_24_000300_create_productos_attributes_table.php feat(catalog): add tenant-scoped product attributes and variant definitions 2026-06-24 15:08:13 -03:00
2026_06_24_000310_create_attribute_options_table.php feat(catalog): add tenant-scoped product attributes and variant definitions 2026-06-24 15:08:13 -03:00
2026_06_24_000320_create_productos_variantes_definiciones_table.php feat(catalog): add tenant-scoped product attributes and variant definitions 2026-06-24 15:08:13 -03:00
2026_06_25_000000_create_carritos_table.php feat(cart): implement cart management with add, update, and remove item functionalities 2026-06-25 10:24:45 -03:00
2026_06_25_000010_create_carrito_items_table.php feat(cart): implement cart management with add, update, and remove item functionalities 2026-06-25 10:24:45 -03:00
2026_06_25_000420_create_compras_table.php feat(purchase): add Purchase and PurchaseItem models with migrations for compras and compra_items tables 2026-06-25 10:34:33 -03:00
2026_06_25_000430_create_compra_items_table.php feat(purchase): add Purchase and PurchaseItem models with migrations for compras and compra_items tables 2026-06-25 10:34:33 -03:00
2026_06_25_000500_create_attachments_table.php feat: implement Attachment domain for file storage and integrate into Tenant service for logo management 2026-06-29 09:43:46 -03:00
2026_06_26_100000_migrate_product_attributes_types.php feat: implement product attributes and tenant properties management with CRUD controllers, requests, and domain models 2026-06-26 11:40:07 -03:00