class

Bit

Inherits DB::Mappable / Avram::PrimaryKeyMethods / LuckyCache::Cachable / BaseModel / LuckyCache::Cachable / Avram::Model / Avram::SchemaEnforcer / Avram::Polymorphic / Avram::Associations / Avram::Associations::BelongsTo / Avram::Associations::HasOne / Avram::Associations::HasMany / Reference / Object

Constants

ASSOCIATIONS = [{type: User, assoc_name: user, foreign_key: :user_id, relationship_type: :belongs_to, through: nil}, {type: Group, assoc_name: group, foreign_key: :group_id, relationship_type: :belongs_to, through: nil}] of Nil
COLUMNS = [{name: id, type: Int64, nilable: false, autogenerated: true, value: nil, serialized: false}, {name: created_at, type: Time, nilable: false, autogenerated: true, value: nil, serialized: false}, {name: updated_at, type: Time, nilable: false, autogenerated: true, value: nil, serialized: false}, {name: title, type: String, nilable: false, autogenerated: false, value: nil, serialized: false}, {name: url, type: String, nilable: false, autogenerated: false, value: nil, serialized: false}, {name: description, type: String, nilable: true, autogenerated: false, value: nil, serialized: false}, {name: user_id, type: User::PrimaryKeyType, nilable: false, autogenerated: false, value: nil, serialized: false}, {name: group_id, type: Group::PrimaryKeyType, nilable: false, autogenerated: false, value: nil, serialized: false}] of Nil
PRIMARY_KEY_NAME = :id
PRIMARY_KEY_TYPE = Int64

Constructors

new(id : Int64, created_at : Time, updated_at : Time, title : String, url : String, description : Nil | String, user_id : Int64, group_id : Int64)
new(__temp_219 : DB::ResultSet)

Class methods

column_names
columns
ensure_correct_column_mappings!
from_rs(__temp_219 : DB::ResultSet)
primary_key_name
schema_enforcer_validations
table_name

Instance methods

base_query_class

This makes it easy for plugins and extensions to use the base SaveOperation

created_at
created_at=(_created_at : Time::Lucky::ColumnType)
delete_operation_class
description
description=(_description : String::Lucky::ColumnType | Nil)
group
group!
group_count
group_id
group_id=(_group_id : Group::PrimaryKeyType::Lucky::ColumnType)
group_query
id
id=(_id : Int64::Lucky::ColumnType)
save_operation_class
title
title=(_title : String::Lucky::ColumnType)
updated_at
updated_at=(_updated_at : Time::Lucky::ColumnType)
url
url=(_url : String::Lucky::ColumnType)
user
user!
user_count
user_id
user_id=(_user_id : User::PrimaryKeyType::Lucky::ColumnType)
user_query

Nested types