Skip to content

ColumnType

Josh Wright edited this page Jan 14, 2021 · 3 revisions

ColumnType

An abstraction around various supported SQL column types. Grammars will map the ColumnType to the backing dialect type string.

public enum ColumnType

Enumeration Cases

increments

Self incrementing integer.

case increments

int

Integer.

case int

double

Double.

case double

string

String, with a given max length.

case string(: StringLength)

uuid

UUID.

case uuid

bool

Boolean.

case bool

date

Date.

case date

json

JSON.

case json
Alchemy
Types
Protocols
Global Typealiases
Global Variables
Global Functions
Fusion
Types
Protocols
Papyrus
Types
Protocols
Clone this wiki locally