Open vineryap opened 2 years ago
As the title said. If possible please add an option to keep the unsupported fields being included in the schema generation.
+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.
TSVECTOR
schema.prisma
As the title said. If possible please add an option to keep the unsupported fields being included in the schema generation.