struct Clear::Model::Schema::Column

Defined in:

clear/model/reflection/schema.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(type : String, primary : Bool, converter : String, db_column_name : String, crystal_variable_name : String, presence : Bool) #

[View source]

Instance Method Detail

def clone #

[View source]
def converter : String #

def copy_with(type _type = @type, primary _primary = @primary, converter _converter = @converter, db_column_name _db_column_name = @db_column_name, crystal_variable_name _crystal_variable_name = @crystal_variable_name, presence _presence = @presence) #

[View source]
def crystal_variable_name : String #

def db_column_name : String #

def presence : Bool #

def primary : Bool #

def type : String #