Hello , i have a little question so, is it possib...
# orm-help
b
Hello , i have a little question so, is it possible to add data when i create table (npx db push)
1
a
You need to use
seed
1
r
Hi @Bastien Etienne, Just as @Aladin Bouzerd said, to add data, you would need to seed it. See the Prisma docs on seeding.
1
b
Thanks to you I found on doc