1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-03-22 02:24:04 +00:00
tenancy/assets/migrations
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
..
2019_09_15_000010_create_tenants_table.php Change tenants.id column type from string to uuid 2026-02-17 21:43:44 +01:00
2019_09_15_000020_create_domains_table.php Postgres RLS + permission controlled database managers (#33) 2024-04-24 22:32:49 +02:00