wudiwenOrg
Results
2
comments of
wudiwenOrg
Did you solved this problem? I'm running into this issue as well
https://tortoise.github.io/models.html#foreignkeyfield I got it ```python from typing import Optional from pydantic import BaseModel from models.Table import Table class SaleIn(BaseModel): discount_amount: float is_draft: bool table_id: int # foreignkeyfield will append `_id`...