05.08.2016, 23:56
Alright, any clue how I am supposed to deal with the job ids?
Quote:
Since the jobid is auto increment and primary key, I'm wondering how the heck I am supposed to do this correctly. Example my enums, when I use them on /createjob - I wrote createjobtype, but that is clearly wrong as it is supposed to be the jobid I guess? But that's being auto generated, so will I have to retrieve/find that from the database first? I'm confusing myself. |