1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-03-22 02:44:04 +00:00
Commit graph

9 commits

Author SHA1 Message Date
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
Abrar Ahmad
fb2369dc11
anonymous publishable migrations (#1001) 2022-11-11 13:02:13 +01:00
Samuel Štancl
10a5b80d44 User impersonation 2020-05-15 07:30:57 +02:00
Samuel Štancl
52476d6298 Use nullable data column instead of default value 2020-05-15 02:04:51 +02:00
Samuel Štancl
bd9aad229b vague first draft of v3. TenantModelTest is passing 2020-05-08 04:37:43 +02:00
Samuel Štancl
33f5f0e316 Remove timestamps 2019-09-29 11:59:17 +02:00
Samuel Štancl
6b103cd2cb Model timestamps 2019-09-27 22:53:38 +02:00
Anton Komarev
cacf239801 Replace drop with dropIfExists in migrations (#143) 2019-09-26 19:02:44 +02:00
Chris Brown
a166de2ef6 Rename migration stubs so they show next to each other (#127) 2019-09-25 08:07:01 +02:00
Renamed from assets/migrations/2019_08_08_000000_create_tenants_table.php (Browse further)