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