Hi friends i would to introspect my database but im only interested in a handful of tables (4 or 5). Is there some wway to specify the name of those tables in the
npx prisma db pull
command?
✅ 1
r
Raphael Etim
10/13/2022, 12:54 PM
Hi @Kay Khan 👋
Instrospecting a subset of your database is not yet supported but there is a documented workaround for this. See this reference
k
Kay Khan
10/13/2022, 12:59 PM
thank you!
r
Raphael Etim
10/13/2022, 1:01 PM
You're welcome.
Raphael Etim
10/13/2022, 1:02 PM
Just for reference, there's also an open issue for this.