struct Noir::PostgresDdlParser::Column

Defined in:

miniparsers/postgres_ddl_parser.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, type : String) #

[View source]

Instance Method Detail

def hint : String #

[View source]
def name : String #

[View source]
def type : String #

[View source]