Initializer
init(column:dataType:constraints:)
Create a new columm definition from a name, data type, and zero or more constraints.
init(column: any SQLExpression, dataType: any SQLExpression, constraints: [any SQLExpression] = [])
Parameters
columnThe column name to create or alter.
dataTypeThe desired data type of the column.
constraintsThe constraints to apply to the column, if any.