Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to see the create table sql #789

Open
thojanssens opened this issue Apr 7, 2021 · 0 comments
Open

Allow to see the create table sql #789

thojanssens opened this issue Apr 7, 2021 · 0 comments
Labels
feature request New issue opened using "Feature request" template

Comments

@thojanssens
Copy link

thojanssens commented Apr 7, 2021

To see the table structure, I right-click a table and select "Describe Table".

It'd be nice to have one additional mode where I can just see the raw SQL (CREATE TABLE...).

What I suggest is a button to allow to switch the view from the table you show (with columns table_catalog, table_schema, table_name, ...) and the SQL for the table structure (not the data of course).

I prefer to see the raw SQL because it is much more concise. The table that is shown has a huge horizontal scrollbar. When I used IntelliJ I had the option to view the SQL for the table structure, and I miss it.

@thojanssens thojanssens added the feature request New issue opened using "Feature request" template label Apr 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New issue opened using "Feature request" template
Projects
None yet
Development

No branches or pull requests

1 participant