Scorpio
Results
21
comments of
Scorpio
That is not only alembic but Sqlalchemy related bug too: ```python is_synchronized: Mapped[bool] = mapped_column(server_default=sa.false()) ``` Error: ``` Expected type 'FetchedValue | str | TextClause | ColumnElement | None', got...