Thanks for your quick response! I’ve just used the example commands you provided to specify which one is giving me the error.
The previous two commands (for modding.sql and public.sql) didn’t give me any errors and I am using the correct path to the game. I’ve tried using the sequence command with -v sequenceoffset=NUMBER which I found on the nexus forum, but no luck.
Do I need to use a specific number for that or can I just use a random number? I don’t know much about this but I doubt it’s the number that’s making the error appear.
Basically, the first two commands work fine. Once I run the third one with sequences, it gives me the error I mentioned. I have the Tables(468) as well.
I just noticed that I am getting another error so I will just write both of the error messages here:
/Data_reference/sequences.sql:1: NOTICE: function modding.create_sequences() does not exist, skipping
/Data_reference/sequences.sql:25: ERROR: syntax error at or near “:”
LINE 1: SELECT modding.create_sequences(:sequenceoffset); And there’s a little arrow pointing at the colon (:).
I’ve double-checked the path and it is correct. I don’t know if I’m helping you much and thank you so much for taking the time to answer me.