primary_key_name
Manufactory
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
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: name, type: String, nilable: false, autogenerated: false, value: nil, serialized: false}, {name: company_id, type: Company::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, name : String, company_id : Int64)
new(__temp_135 : DB::ResultSet)
Class methods
column_names
columns
ensure_correct_column_mappings!
from_rs(__temp_135 : DB::ResultSet)
schema_enforcer_validations
table_name
Instance methods
base_query_class
This makes it easy for plugins and extensions to use the base SaveOperation
company
company!
company_count
company_id
company_id=(_company_id : Company::PrimaryKeyType::Lucky::ColumnType)
company_query
created_at
created_at=(_created_at : Time::Lucky::ColumnType)
delete_operation_class
id
id=(_id : Int64::Lucky::ColumnType)
name
name=(_name : String::Lucky::ColumnType)
save_operation_class
updated_at
updated_at=(_updated_at : Time::Lucky::ColumnType)
workshops
workshops!
workshops_count
workshops_query