Simon S.
Simon S.
TTCTheo's Typesafe Cult
Created by Eylon on 3/16/2023 in #questions
Prisma reorders database
Relying on the insertion order is kinda janky anyways. I would advise to create another column which is called something like „created_at“ which you would insert a timestamp of the creation date into. Then you can order by the timestamp which is much more robust
5 replies