- 修正 单词命名错误 Coment -> Comment;#958

This commit is contained in:
2881099
2021-12-10 19:07:48 +08:00
parent df85054631
commit 563f695d09
20 changed files with 219 additions and 241 deletions

View File

@ -267,7 +267,7 @@ order by a.rdb$relation_name, a.rdb$field_position
DbTypeText = type,
DbTypeTextFull = sqlType,
Table = loc2[table_id],
Coment = comment,
Comment = comment,
DefaultValue = defaultValue,
Position = ++position
});