Chris Tsongas
09/21/2021, 11:23 PM@default(autoincrement())
is there a way to set the autoincrement start value?Ryan
09/22/2021, 5:58 AMprisma migrate dev --create-only
2. Edit the .sql
to add the start value
3. Apply the migration using prisma migrate dev