'Varchar', ]; private static $has_one = [ 'Parent' => CteRecursiveObject::class, ]; private static $has_many = [ 'Children' => CteRecursiveObject::class . '.Parent', ]; }