schemainspect icon indicating copy to clipboard operation
schemainspect copied to clipboard

Column options not supported

Open igorlidin opened this issue 2 years ago • 1 comments

Column options: ALTER TABLE test ALTER COLUMN test SET STATISTICS 0; ALTER TABLE test ALTER COLUMN test SET (n_distinct=-1); Makes no difference with migra.

Custom column options can be found in pg_catalog.pg_attribute.attoptions, statistics setting in pg_catalog.pg_attribute.attstattarget.

igorlidin avatar Jan 30 '23 21:01 igorlidin

#85 is to solve it.

jn0 avatar Feb 01 '23 08:02 jn0