hi, is there a way to define the "start" value of an autoincrement column?
👀 2
j
janpio
03/09/2022, 5:45 PM
Not manually, no. You can always edit the generated migrations files though before executing them, and when adding a new table you can potentially also define that (depending on the database you are using).