This is the query: ``` CREATE SEQUENCE public.user_permissions_id_seq AS integer START WITH 1 INCREMENT BY 1 NO MINVALUE NO MAXVALUE CACHE 1; ``` This was generated from pg_dump, so there must be a bug with the library.