prisma / studio

🎙️ The easiest way to explore and manipulate your data in all of your Prisma projects.
https://www.prisma.io/studio
1.85k stars 47 forks source link

Add tooltips with docstrings #1091

Open jakeleventhal opened 1 year ago

jakeleventhal commented 1 year ago

Bug description

Right now there is no way to visualize column docstrings. It would be helpful if each column header had a tooltip to show the docstrings for the column if any exist.

How to reproduce

Create a table with docstrings for each column then run prisma studio.

Expected behavior

No response

Prisma information

Any schema works.

Environment & setup

Screenshot of page where the problem happened (if applicable)

No response

Prisma logs

No response

janpio commented 1 year ago

Interesting idea. That information should be present for Studio to use.