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