OINO TS
    Preparing search index...

    Type Alias OINODataFieldParams

    Field parameters in database

    type OINODataFieldParams = {
        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