79286404

Date: 2024-12-17 00:29:20
Score: 1.5
Natty:
Report link

For Supabase I managed to update the auto-increment with the following syntax:

SELECT pg_catalog.setval('schema."tableName_fieldName_seq"'::regclass, 200, true);
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Jonathan