mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-11 08:46:59 +02:00
Merge eea32979d7
into d9ca38eacf
This commit is contained in:
commit
defdc02575
@ -30,7 +30,7 @@
|
|||||||
ELSE c.COLUMN_DEFAULT
|
ELSE c.COLUMN_DEFAULT
|
||||||
END,
|
END,
|
||||||
c.IS_NULLABLE,
|
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.CHARACTER_MAXIMUM_LENGTH,
|
||||||
c.NUMERIC_PRECISION,
|
c.NUMERIC_PRECISION,
|
||||||
c.NUMERIC_PRECISION_RADIX,
|
c.NUMERIC_PRECISION_RADIX,
|
||||||
|
Loading…
Reference in New Issue
Block a user