['name' => 'test_has_many_rel_id', 'type' => 'int', 'internal' => 'id'], 'test_has_many_rel_string' => ['name' => 'test_has_many_rel_string', 'type' => 'string', 'internal' => 'string'], ]; protected static $table = 'test_has_many_rel'; protected static $primaryField = 'test_has_many_rel_id'; }