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)
SourceInstance methods
comment
Sourcedata_type
Sourcehas_default
Sourceis_generated
Sourceis_nullable
Sourceis_primary_key
Sourcename
Source