Commit 706f3b9
fix: change $tenant internal attribute type from VAR_INTEGER to VAR_ID
VAR_ID is adapter-aware and uses the Sequence validator, which accepts
integer strings for SQL adapters and UUID7 strings for MongoDB. This
fixes StructureException when creating collections with shared tables
on MongoDB, where tenant values are UUID7-format strings.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent d9ef23f commit 706f3b9
2 files changed
+4
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
254 | | - | |
255 | | - | |
| 254 | + | |
256 | 255 | | |
257 | 256 | | |
258 | 257 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | | - | |
| 55 | + | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
0 commit comments