Copy DB details (not the row values, just the structure)
Answered
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.
Please sign in to leave a comment.
Hello, have you tried this way - right-click on database name -> SQL Scripts -> Generate DDL to Console? This should give all you need.