Table of Contents

Enum ColumnType

Namespace
GroupeIsa.Neos.Migration.Schema
Assembly
GroupeIsa.Neos.Migration.Abstractions.dll

Column type.

public enum ColumnType

Fields

AutoIncrementedInt32 = 6

Auto incremented Int32.

Binary = 11

Binary.

Boolean = 0

Boolean.

Date = 1

Date.

DateTime = 2

Date time.

Decimal = 3

Decimal.

Guid = 4

Unique identifier.

Int32 = 5

Int32.

Int64 = 8

Int64.

Json = 9

Json.

SqlServerRowVersion = 10

RowVersion for SqlServer only. For internal use only.

String = 7

String.