Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
このように指定されたプリズマデータモデルがあるとします
// schema.prisma model Transaction { id Int @id @default(autoincrement()) // other stuff... }
ID を任意の番号で開始したい場合はどうすればよいでしょうか?
プリズマのリファレンス ドキュメントを見た後、これを行う方法についてのヒントは見当たりませんでした。