diff --git a/frontend/packages/db-structure/src/parser/sql/postgresql/converter.ts b/frontend/packages/db-structure/src/parser/sql/postgresql/converter.ts index fda8631d..7ededfd3 100644 --- a/frontend/packages/db-structure/src/parser/sql/postgresql/converter.ts +++ b/frontend/packages/db-structure/src/parser/sql/postgresql/converter.ts @@ -148,7 +148,7 @@ export const convertToDBStructure = (ast: RawStmtWrapper[]): DBStructure => { name: tableName, columns, comment: null, // TODO - indices: {}, // TODO + indices: {}, } } }