powerdesinger中建立一个表后,出现Existence of index的警告

匡晟
2023-12-01

    A table should contain at least one column, one index, one key, and one reference.
可以不检查 Existence of index 这项,也就没有这个警告错误了!
意思是说没有给表建立索引,而一个表一般至少要有一个索引,这是一个警告,不用的话对执行没有影响~

 类似资料: