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
Convert all to string values.
After inserting execute this query for every table with SERIAL id. SELECT pg_catalog.setval(pg_get_serial_sequence('reaction', 'id'), MAX(id)) FROM reaction;
No description provided.
The text was updated successfully, but these errors were encountered: