You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constsql=`SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_SCHEMA = '${parsedTablePath.database}' AND TABLE_NAME = '${parsedTablePath.tableName}'`;
465
+
console.log(sql);
465
466
constresult=awaitthis.query(sql);
466
467
returnresult.length ? true : false;
467
468
}
@@ -795,22 +796,16 @@ export class MysqlQueryRunner implements QueryRunner {
0 commit comments