So it doesn't collide with PostgreSQL keyword. So far things work because we are safely inserting using Alembic or SQLAlchemy. But when doing it manually it will fail.
This will again require:
- Update the Pydantic models, SQLModel tables to that new name
- Replace every mention of it trailing -> trailing_enabled
- Do the Alembic migration
- Update api_db
- Do the same work across pybinbot and binquant
So it doesn't collide with PostgreSQL keyword. So far things work because we are safely inserting using Alembic or SQLAlchemy. But when doing it manually it will fail.
This will again require: