'Varchar(255)', 'TeamSize' => 'Int', ]; private static $has_many = [ 'Players' => Player::class, ]; private static $table_name = 'CsvBulkLoaderTest_Team'; }