How to declare PostgreSQL extensions/plugin?

Reference: https://www.prisma.io/docs/concepts/components/prisma-schema/postgresql-extensions

Is there a way to declare postgresql plugin? Perhaps through the raw sql statement?

Thanks in advance!
Prisma
How to represent PostgreSQL extensions in your Prisma scheme, introspect extensions in your database, and apply changes to extensions with Prisma Migrate
How to represent PostgreSQL extensions in your Prisma schema
Was this page helpful?