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