hi, is there a way to define the "start" value of ...
# orm-help
j
hi, is there a way to define the "start" value of an autoincrement column?
👀 2
j
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).