mirror of
				https://github.com/tangpanqing/aorm.git
				synced 2025-10-31 19:13:03 +08:00 
			
		
		
		
	update column type
This commit is contained in:
		| @@ -392,7 +392,7 @@ func getIndexStr(index Index) string { | ||||
| func getDataType(fieldType string, fieldMap map[string]string) string { | ||||
| 	var DataType string | ||||
|  | ||||
| 	dataTypeVal, dataTypeOk := fieldMap["driver"] | ||||
| 	dataTypeVal, dataTypeOk := fieldMap["type"] | ||||
| 	if dataTypeOk { | ||||
| 		DataType = dataTypeVal | ||||
| 	} else { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 tangpanqing
					tangpanqing