struct
Lustra::Model::Introspection::SchemaColumnInfo
- Lustra::Model::Introspection::SchemaColumnInfo
- Struct
- Value
- Object
Overview
Lightweight snapshot of a table column used by schema_description.
Defined in:
lustra/model/modules/introspection.crConstructors
Instance Method Summary
- #collation : String?
- #data_type : String
- #default_value : String?
- #description : String?
- #name : String
- #nullable : Bool
Constructor Detail
def self.new(name : String, data_type : String, nullable : Bool, default_value : String | Nil, collation : String | Nil, description : String | Nil)
#