This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- ============================================= | |
| -- 1. Schema (cromos_albums + cromos_users + tables) | |
| -- ============================================= | |
| -- Migration: cromos (multi-album sticker exchange platform) | |
| -- Albums catalog + users + stickers + matching + messaging. | |
| -- The first album seeded is Mundial 2026; future albums (Pokémon, etc.) are | |
| -- added by inserting into cromos_albums and seeding their stickers. | |
| -- ============================================================================ |