王王王

Results 1 comments of 王王王

and Not accepting str as value for int ``` class Table(Base): __tablename__ = 'table' num: Mapped[int] session.add(Table(num='111')) session.commit() ``` it throws this error: ``` ('str' object cannot be interpreted as...