# Interface: SqlSchemaValidationDiagnostic
Defined in: packages/core/src/utils/SqlSchemaValidator.ts:18
One table or column resolution failure found without executing SQL.
Properties ​
code ​
Defined in: packages/core/src/utils/SqlSchemaValidator.ts:19
columnName? ​
optionalcolumnName:string
Defined in: packages/core/src/utils/SqlSchemaValidator.ts:20
columnNames? ​
optionalcolumnNames:string[]
Defined in: packages/core/src/utils/SqlSchemaValidator.ts:21
message ​
message:
string
Defined in: packages/core/src/utils/SqlSchemaValidator.ts:22
tableName? ​
optionaltableName:string
Defined in: packages/core/src/utils/SqlSchemaValidator.ts:23