I'm using a SQL Server database, my INFORMATION_SCHEMA
doesn't contain TABLE
or COLUMN
comments, I want to add these to a generated output.
So far I've been able to generate a html using a custom query that queries sys.extended_properties
, but this means I can't generate things like a svg.
Is there a way to have schemacrawler use the info in sys.extended_properties
and still use the available generation methods?