YueGuobin 8e43ad4912 feat(db): replace PostgreSQL-specific JSONB with cross-database JSON type
- Change `JSONB` columns to generic `JSON` in LLMModelConfig model for database compatibility
- Update migration to use `sa.String(32)` for UUID and `sa.JSON()` for config fields
- Remove PostgreSQL dialect imports to support multiple database backends
- Keep existing constraints and indexes with PostgreSQL-specific annotations where needed
2026-03-03 18:03:16 +08:00
..
2023-08-04 18:20:06 +10:00
2021-09-04 15:23:25 +09:30
2023-08-21 21:32:23 +10:00
2023-09-07 17:31:11 +07:00
2023-09-07 17:31:11 +07:00
2023-09-02 18:15:00 +07:00