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