Search Results for

    Show / Hide Table of Contents

    Enum PostgresOverridingIdentityValuesType

    Determines if the system-generated values or the user-supplied values are applied for identity columns

    Namespace: FluentMigrator
    Assembly: FluentMigrator.Extensions.Postgres.dll
    Syntax
    public enum PostgresOverridingIdentityValuesType

    Fields

    Name Description
    System

    Overrides the system-generated values with user-supplied values for identity columns

    User

    Ignores the user-supplied values and applies the system-generated values for identity columns

    In this article
    Back to top
    Copyright © 2018 Fluent Migrator Project
    Generated by DocFX
    Creative Commons License
    FluentMigrator Documentation by FluentMigrator Project is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.