'Varchar(100)', ]; private static $has_many = [ 'Employees' => Employee::class, 'CompanyCars' => CompanyCar::class, ]; }