You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason Text type is not imported, I had to add that manually to solve the issue
from sqlalchemy import Column, DateTime, ForeignKey, Integer, Numeric, String, UniqueConstraint, text
There is rather 'text' but not 'Text'
The text was updated successfully, but these errors were encountered:
For some reason Text type is not imported, I had to add that manually to solve the issue
from sqlalchemy import Column, DateTime, ForeignKey, Integer, Numeric, String, UniqueConstraint, text
There is rather 'text' but not 'Text'
The text was updated successfully, but these errors were encountered: