Skip to content

ColumnMetadata

class

Defined in src/ralph/model.cr:3

Metadata about a column

Constructors

.new(name : String, type : Class, primary : Bool = false, default : String | Int32 | Int64 | Float64 | Bool | Nil = nil, nilable : Bool = false)

View source