add comment

This commit is contained in:
Looly 2021-09-30 17:05:04 +08:00
parent 58355265ff
commit 81439c04a2

View File

@ -173,7 +173,12 @@ public class MetaUtil {
}
/**
* 获得表的元信息
* 获得表的元信息<br>
* 注意如果需要获取注释某些数据库如MySQL需要在配置中添加:
* <pre>
* remarks = true
* useInformationSchema = true
* </pre>
*
* @param ds 数据源
* @param tableName 表名