struct

Lustra::Model::Introspection::SchemaColumnInfo

Inherits Struct < Value < Object

Lightweight snapshot of a table column used by schema_description.

Constructors

new(name : String, data_type : String, nullable : Bool, default_value : String | Nil, collation : String | Nil, description : String | Nil)
Source

Instance methods

collation
Source
data_type
Source
default_value
Source
description
Source
name
Source
nullable
Source