class

Focus::Metadata::Column

Inherits Reference / Object

Constructors

new(name : String, is_primary_key : Bool, is_nullable : Bool, is_generated : Bool, has_default : Bool, data_type : Focus::Metadata::Column::DataType, comment : Nil | String = nil)
Source

Instance methods

comment
Source
data_type
Source
has_default
Source
is_generated
Source
is_nullable
Source
is_primary_key
Source
name
Source

Nested types