feat(18-01): add globalItems, itemGlobalLinks tables and user profile/setup visibility columns

- Add globalItems table with brand, model, category, weightGrams, priceCents, imageUrl, description
- Add itemGlobalLinks junction table linking user items to global items (unique per item)
- Add displayName, avatarUrl, bio nullable columns to users table
- Add isPublic boolean column to setups table (default false)
- Import boolean from drizzle-orm/pg-core
- Generate migration 0001_tough_boomerang.sql
This commit is contained in:
2026-04-05 12:57:49 +02:00
parent 37d5711475
commit 82657038cc
4 changed files with 1157 additions and 0 deletions

File diff suppressed because it is too large Load Diff