cohlar

Results 1 issues of cohlar

**Describe the bug** I have created the below declarative schema structure. ![Image](https://github.com/user-attachments/assets/62576f43-ea7d-4712-9fd9-348aeea0df6c) I have added the below schema paths to my `config.toml`: ```toml [db.migrations] schema_paths = [ "schemas/enums.sql", "schemas/tables/abstract/baseModel.sql", "schemas/tables/abstract/*.sql",...

bug