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

Show the structure of a table #60

Closed
GuillaumeLegendre opened this issue May 7, 2020 · 5 comments
Closed

Show the structure of a table #60

GuillaumeLegendre opened this issue May 7, 2020 · 5 comments
Labels
enhancement New feature or request

Comments

@GuillaumeLegendre
Copy link

GuillaumeLegendre commented May 7, 2020

Currently I can see the fields and type of a table.

But it would be great if we could see those information of the structure of the table:
• The default of a column
• The constraint of a column (primary key, foreign key, not null, uniq...)

The indexes of a table with those infos:
• name
• type (primary key index, index, uniq, constraint...)
• columns affected

@rathboma
Copy link
Collaborator

rathboma commented May 7, 2020

💯 it's on the next major feature push

@rathboma rathboma added the enhancement New feature or request label May 7, 2020
@gnovaro
Copy link
Contributor

gnovaro commented May 22, 2020

I see in some gif column size in sidebar, for example: title varchar**(255)** is really useful, maybe in a minor release can include this?

@GammaGames
Copy link
Contributor

Would be nice to have a pk and similar icons in column headers in the data viewer as well

@phillpafford
Copy link

Any progress on this feature? Not sure if I could also mention GRANTS and Comments as well as something I would like to see in this view

@rathboma
Copy link
Collaborator

Oh, btw this is done!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants