0
Under review
Import of table and column descriptions from SQL not working
I need to migrate over existing model with 150 tables from another tool to vertabelo along with descriptions through SQL export-import? Right now tables are getting imported but no table descriptions or column descriptions are imported. How to do that?
Служба підтримки клієнтів працює на UserEcho
We have some support for descriptions.
In case of SQL Server, comments will be parsed and imported if your DDL looks like this:
You can try to import it and you'll be able to see a table comment as well as "id" column comment.
Hope this helps.