jamiepine / prismix

The Prisma schema mixer 🍹
GNU General Public License v3.0
304 stars 40 forks source link

Keep unsupported fields when generating schema #30

Open vineryap opened 2 years ago

vineryap commented 2 years ago

As the title said. If possible please add an option to keep the unsupported fields being included in the schema generation.

juemrami commented 2 years ago

+1 just ran into this issue trying to set up a TSVECTOR column for full text search on pgsql. You can add them directly to the generated schema.prisma but changes will be overwritten anytime you run prismix.