Copy DB details (not the row values, just the structure)

已回答

Is there a way to copy a Schema from Datagrip? I have multiple DB setups in my DataGrip. I wish to get the details for each of those DB (Table names, columns under them, their types and so on). Is this possible? Trying not to do this manually. Please assist Thank you.

0

Hello, have you tried this way - right-click on database name -> SQL Scripts -> Generate DDL to Console? This should give all you need.

0

请先登录再写评论。