Member Junction
    Preparing search index...

    A single file produced by the Schema Builder.

    interface EmittedFile {
        Content: string;
        Description: string;
        FilePath: string;
    }
    Index

    Properties

    Content: string

    Full file content.

    Description: string

    Human-readable description of what this file does.

    FilePath: string

    Relative path from repo root (e.g., "migrations/v2/V2026...sql").