Item create (text) API #6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
`class Items(Base):
tablename = "items_table"
collection_id eklendiği zaman şöyle bir hata meydana geliyor ->
File "/home/bedir/Documents/VSCODE/manhan-fastapi/myenv/lib/python3.12/site-packages/sqlalchemy/sql/schema.py", line 3223, in _resolve_column raise exc.NoReferencedTableError( sqlalchemy.exc.NoReferencedTableError: Foreign key associated with column 'items_table.collection_id' could not find table 'collections_table' with which to generate a foreign key to target column 'collection_id' ERROR Application startup failed. Exiting.`class Collections(Base):
tablename = "collections_table"
bu collections tablosu
sorunu çözülmeli