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
Is your feature request related to a problem? Please describe.
When converting sql type real to sqlalchemy, it is changed to real() but it should be sa.Real
Describe the solution you'd like
it should be automatically changed to 'Real'