'Varchar', ]; private static $has_one = [ 'Parent' => ParentModel::class, 'Child' => Child::class, ]; }