FIX: remove duplicate identifier_columns declaration in TableColumns DTO

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
viniciusgadea
2026-03-25 15:37:15 -03:00
co-authored by Claude Sonnet 4.6
parent 80f3913fd2
commit 01afa69fcb
+5
View File
@@ -14,6 +14,11 @@ export class TableColumns {
@ApiPropertyOptional({ type: [Column] })
references: Column[];
@ApiProperty()
destination: Record<'raw' | 'qualify', {
table_name: string;
table_schema: string;
}> | null;
@ApiProperty()
type: string;
@ApiPropertyOptional({ type: [String] })
identifier_columns?: string[];