def primary : Bool
#
struct Clear::Model::Schema::Column
- Clear::Model::Schema::Column
- Struct
- Value
- Object
Defined in:
clear/model/reflection/schema.crConstructors
Instance Method Summary
- #clone
- #converter : String
- #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)
- #crystal_variable_name : String
- #db_column_name : String
- #presence : Bool
- #primary : Bool
- #type : String
Constructor Detail
def self.new(type : String, primary : Bool, converter : String, db_column_name : String, crystal_variable_name : String, presence : Bool)
#
Instance Method Detail
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)
#