schema

Schema (Optional) - Deprecated

triangle-exclamation

This configuration option has been deprecated in API version v2.0.0.

circle-info

Experimental Feature

This configuration entry is related to an Experimental (Optional) feature called pg_trgm Support. Before you start to configure this section, make sure to read the page specific for this feature (accessible here) and this page that explains how to enable Experimental Features.

Type: String

chevron-rightVersioning Historyhashtag

API Version v1.3.0 - Introduced schema configuration option.

API Version v2.0.0 - Removed schema configuration option.

This field represents your schema name and is required for building queries. To configure the schema name, add the following line to your exported configuration object:

prisma-util.config.mjs
export default {
    // Other configuration lines
    schema: "public"
};

Last updated