标签: intellij-idea jetbrains-ide
让我们假设我拥有公开模式和计费+
视图读取架构帐单+
代码:
// language=PostgreSQL sequelize.query(`select reads.deleted from reads`) // in JS file
IDEA将显示列已删除为未知,但是,如果我在sql文件中运行此查询,它将看到该列
另外,如果我写
select reads.deleted from billing.reads
它也会看到此列
我要这样做而无需显式指定架构名称