1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

feat: support to aliased tables

This commit is contained in:
2020-10-20 13:30:36 +02:00
parent a8cd17748f
commit 1658432fd3
4 changed files with 19 additions and 41 deletions

View File

@ -353,7 +353,8 @@ export class MySQLClient extends AntaresCore {
name: field.name,
orgName: field.orgName,
schema: field.db,
table: field.orgTable,
table: field.table,
orgTable: field.orgTable,
type: 'varchar'
};
}) : [];