'Varchar', 'SomeBool' => 'Boolean', 'SomeInt' => 'Int', ]; private static $has_one = [ 'EagerLoadObject' => EagerLoadObject::class, 'ManyManyThroughEagerLoadObject' => ManyManyThroughEagerLoadObject::class ]; }