Skip to content

[DOCS]: Update documentation for drizzle.config.ts > migrations section to include allowed prefix attribute values #5325

Description

@r-petit

Enhancement hasn't been filed before.

  • I have verified this enhancement I'm about to request hasn't been suggested before.

Describe the enhancement you want to request

The documentation for the drizzle.config.ts > migrations section is missing the allowed values for the prefix attribute in the migrations object type definition. The structure should be documented as:

{ table: string, schema: string; prefix: "index" | "timestamp" | "supabase" | "unix" | "none" }

The default value remains { table: "__drizzle_migrations", schema: "drizzle", prefix: "index" }.

Please update the documentation to reflect the allowed values for the prefix attribute for better clarity on migrations configuration.

Metadata

Metadata

Assignees

No one assigned

    Labels

    docsImprovements or additions to documentation

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions