cherry-studio/migrations/sqlite-drizzle
fullex c16789f697 feat(database): update README and column helpers for schema guidelines
- Expanded the README with detailed database schema guidelines, including naming conventions for tables, columns, and export names.
- Introduced new column helper functions for UUID primary keys (v4 and v7) to streamline table definitions.
- Updated existing schemas (group, message, tag, topic) to utilize the new UUID primary key helpers for improved consistency and auto-generation.
2025-12-26 22:45:13 +08:00
..
meta feat(database): update README and column helpers for schema guidelines 2025-12-26 22:45:13 +08:00
0000_init.sql feat(database): add user data schemas for topic, message, group, and tag 2025-12-24 23:19:25 +08:00
0001_faulty_ogun.sql feat(database): message.stats and related message type definitions 2025-12-25 21:52:07 +08:00
0002_noisy_zzzax.sql feat(database): enhance message and topic schemas with new fields 2025-12-26 19:21:42 +08:00