OINO TS
    Preparing search index...

    Type Alias OINODbDataFieldParams

    Field parameters in database

    type OINODbDataFieldParams = {
        isAutoInc: Boolean;
        isForeignKey: Boolean;
        isNotNull: Boolean;
        isPrimaryKey: Boolean;
    }
    Index

    Properties

    isAutoInc: Boolean

    Is the field an auto inc type

    isForeignKey: Boolean

    Is the field a primary key

    isNotNull: Boolean

    Is the field allowed to have null values

    isPrimaryKey: Boolean

    Is the field a primary key