cherry-studio/migrations/sqlite-drizzle/meta/_journal.json
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

28 lines
473 B
JSON

{
"version": "7",
"dialect": "sqlite",
"entries": [
{
"idx": 0,
"version": "6",
"when": 1766588456958,
"tag": "0000_init",
"breakpoints": true
},
{
"idx": 1,
"version": "6",
"when": 1766670360754,
"tag": "0001_faulty_ogun",
"breakpoints": true
},
{
"idx": 2,
"version": "6",
"when": 1766748070409,
"tag": "0002_noisy_zzzax",
"breakpoints": true
}
]
}