shopit-back/database/migrations
ncoronel 3c6469617b Add BootstrapTenantController and requests for tenant domain normalization; implement API route and tests 2026-06-23 09:49:54 -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 Add Tenant model, controller, and migration; update Producto model to reference tenant_codigo 2026-06-19 11:34:10 -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_22_120100_create_props_table.php Refactor Prop model to use enum for data types; remove PropDataType model and update related requests and migrations 2026-06-22 13:13:22 -03:00
2026_06_22_120200_create_prop_options_table.php Add Prop and ModelPropValue models with relationships; create migration files for props, prop options, prop data types, and model prop values 2026-06-22 12:07:46 -03:00
2026_06_22_120300_create_model_prop_values_table.php Refactor Brand, Category, Product, and ModelPropValue models to remove morph relationships; update migration files for props and model prop values to reflect new foreign key structure. 2026-06-22 12:15:12 -03:00
2026_06_22_130000_convert_prop_data_types_to_enum.php Refactor Prop model to use enum for data types; remove PropDataType model and update related requests and migrations 2026-06-22 13:13:22 -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