mirror of
				https://github.com/nsnail/FreeSql.git
				synced 2025-11-04 17:20:49 +08:00 
			
		
		
		
	- 修正 单词命名错误 Coment -> Comment;#958
This commit is contained in:
		@@ -406,7 +406,7 @@ where {(ignoreCase ? "lower(a.owner)" : "a.owner")} in ({databaseIn}) and {loc8}
 | 
			
		||||
                    DbTypeText = type,
 | 
			
		||||
                    DbTypeTextFull = sqlType,
 | 
			
		||||
                    Table = loc2[table_id],
 | 
			
		||||
                    Coment = comment,
 | 
			
		||||
                    Comment = comment,
 | 
			
		||||
                    DefaultValue = defaultValue,
 | 
			
		||||
                    Position = ++position
 | 
			
		||||
                });
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user