mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-10 00:07:00 +02:00
Merge eea32979d7
into d9ca38eacf
This commit is contained in:
commit
defdc02575
@ -30,7 +30,7 @@
|
||||
ELSE c.COLUMN_DEFAULT
|
||||
END,
|
||||
c.IS_NULLABLE,
|
||||
COLUMNPROPERTY(object_id(c.TABLE_NAME), c.COLUMN_NAME, 'IsIdentity'),
|
||||
COLUMNPROPERTY(object_id(CONCAT(c.TABLE_SCHEMA, '.', c.TABLE_NAME)), c.COLUMN_NAME, 'IsIdentity'),
|
||||
c.CHARACTER_MAXIMUM_LENGTH,
|
||||
c.NUMERIC_PRECISION,
|
||||
c.NUMERIC_PRECISION_RADIX,
|
||||
|
Loading…
Reference in New Issue
Block a user