mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(Postgres Node): Convert js arrays to postgres type, if column type is ARRAY (#9160)
This commit is contained in:
@@ -16,7 +16,7 @@ export type ColumnInfo = {
|
||||
data_type: string;
|
||||
is_nullable: string;
|
||||
udt_name?: string;
|
||||
column_default?: string;
|
||||
column_default?: string | null;
|
||||
is_generated?: 'ALWAYS' | 'NEVER';
|
||||
identity_generation?: 'ALWAYS' | 'NEVER';
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user