Member Junction
    Preparing search index...

    Interface PlatformVariantEntry

    A single field's platform-specific variants. Each key is a DatabasePlatform value.

    interface PlatformVariantEntry {
        postgresql?: string;
        sqlserver?: string;
    }
    Index

    Properties

    postgresql?: string
    sqlserver?: string