| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
ProjectM36.SQL.CreateTable
Synopsis
- data CreateTable = CreateTable {}
- data ColumnType
- data PerColumnConstraints = PerColumnConstraints {}
Documentation
data CreateTable Source #
Constructors
| CreateTable | |
Fields | |
Instances
data ColumnType Source #
Constructors
| IntegerColumnType | |
| TextColumnType | |
| BoolColumnType | |
| DoubleColumnType | |
| DateTimeColumnType | |
| DateColumnType | |
| ByteaColumnType |
Instances
data PerColumnConstraints Source #
Used to represent constraints which are defined next to a column name and type.
Constructors
| PerColumnConstraints | |
Fields | |