Member Junction
    Preparing search index...

    Input for schema evolution: desired state + existing state.

    interface SchemaEvolutionInput {
        Desired: TableDefinition;
        ExistingTable: ExistingTableInfo;
    }
    Index

    Properties

    The desired table definition.

    ExistingTable: ExistingTableInfo

    Current state of the table in the database.