Member Junction
    Preparing search index...

    Metadata embedded in the migration file header comment.

    interface MigrationMetadata {
        Action: string;
        GeneratedBy: string;
        ObjectName: string;
        SourceType: string;
        Timestamp: string;
    }
    Index

    Properties

    Action: string

    Action description (e.g., "CreateTable", "AlterTable").

    GeneratedBy: string

    Who or what generated this migration.

    ObjectName: string

    Object being created/modified (e.g., table name).

    SourceType: string

    Consumer name (e.g., "Integration", "Agent", "Custom").

    Timestamp: string

    ISO timestamp of generation.