class
   Marten::DB::Management::Introspector::ColumnInfo
    
  - Marten::DB::Management::Introspector::ColumnInfo
 - Reference
 - Object
 
Defined in:
marten/db/management/introspector/column_info.crConstructors
Instance Method Summary
- #character_maximum_length : Int32 | Int64 | Nil
 - #default : Bool | Float32 | Float64 | Int32 | Int64 | Slice(UInt8) | String | Time | Nil
 - #name : String
 - #nullable? : Bool
 - #type : String
 
Constructor Detail
        
        def self.new(name : String, type : String, nullable : Bool, default : ::DB::Any | Nil, character_maximum_length : Int32 | Int64 | Nil = nil)
        #
      
      
      Instance Method Detail
        
        def default : Bool | Float32 | Float64 | Int32 | Int64 | Slice(UInt8) | String | Time | Nil
        #