Libraries
    Preparing search index...

    Interface DatabaseCheckInfo

    Check constraint information read from the database.

    interface DatabaseCheckInfo {
        definition: string;
        name: string;
    }
    Index

    Properties

    Properties

    definition: string
    name: string