Member Junction
    Preparing search index...

    Output from SchemaEngine.GenerateMigration().

    interface MigrationOutput {
        AffectedTables: string[];
        FileName: string;
        SQL: string;
        Summary: string;
    }
    Index

    Properties

    AffectedTables: string[]

    Fully-qualified table names affected (e.g., ["hubspot.Contacts"]).

    FileName: string

    Suggested migration file name in Flyway format (relative to repo root).

    SQL: string

    The generated SQL (CREATE TABLE, ALTER TABLE, CREATE SCHEMA, etc.).

    Summary: string

    Short human-readable summary for commit messages.