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
it creates all the tables , but there is an error and it doesn’t insert any data.
sqlalchemy.exc.InternalError: (pymysql.err.InternalError) (1170, u"BLOB/TEXT column 'nct_id' used in key specification without a key length") [SQL: u'CREATE INDEX `IDX_calculated_values__nct_id__1` ON calculated_values (nct_id)']
help will be greatly appreciated.
Thanks
The text was updated successfully, but these errors were encountered:
Hi
I'm trying to pull data from aact , but i am getting an error
it creates all the tables , but there is an error and it doesn’t insert any data.
sqlalchemy.exc.InternalError: (pymysql.err.InternalError) (1170, u"BLOB/TEXT column 'nct_id' used in key specification without a key length") [SQL: u'CREATE INDEX `IDX_calculated_values__nct_id__1` ON calculated_values (nct_id)']
help will be greatly appreciated.
Thanks
The text was updated successfully, but these errors were encountered: