Remove default condition
This commit is contained in:
		@@ -97,8 +97,6 @@ func getPostgresType(goType string) (string, error) {
 | 
				
			|||||||
		return "timestamp", nil
 | 
							return "timestamp", nil
 | 
				
			||||||
	case "[]byte":
 | 
						case "[]byte":
 | 
				
			||||||
		return "bytea", nil
 | 
							return "bytea", nil
 | 
				
			||||||
	default:
 | 
					 | 
				
			||||||
		return "text", nil
 | 
					 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	return "", errors.New("Unknown type: " + goType)
 | 
						return "", errors.New("Unknown type: " + goType)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user