1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-03-22 02:24:04 +00:00
tenancy/assets
IlyasMohetna c7809a2ad0
Change tenants.id column type from string to uuid
Updated the tenants migration to use $table->uuid('id')->primary()
instead of $table->string('id')->primary() to properly support UUID-based
tenant identification and ensure consistency with Stancl Tenancy expectations.
2026-02-17 21:43:44 +01:00
..
impersonation-migrations Add remember column to to the impersonation token (#1101) 2023-04-13 02:05:26 +02:00
migrations Change tenants.id column type from string to uuid 2026-02-17 21:43:44 +01:00
resource-syncing-migrations Use polymorphic table for mapping resources to tenants (#997) 2023-02-02 06:39:35 +01:00
config.php config: ignore port in default central_domains value 2025-11-11 02:06:13 +01:00
routes.php Refactor early identification (#47) 2024-04-22 11:30:58 +02:00
TenancyServiceProvider.stub.php [4.x] Fix URL override example in TenancyServiceProvider stub (#1426) 2026-01-14 11:18:15 +01:00
tenant_routes.stub.php add line end to sample route response 2024-07-09 00:15:37 +02:00