evolution-api/prisma/postgresql-migrations/20250515211815_add_evoai_table
Guilherme Gomes fda6b0d50e feat(evoai): add Evoai and EvoaiSetting tables with foreign key constraints
- Created the Evoai and EvoaiSetting tables in the PostgreSQL migration.
- Defined primary keys and added foreign key constraints to link with the Instance table.
- Included unique index on instanceId for EvoaiSetting to ensure data integrity.
2025-05-15 18:19:23 -03:00
..
migration.sql feat(evoai): add Evoai and EvoaiSetting tables with foreign key constraints 2025-05-15 18:19:23 -03:00