BOCOVO / db-schema-visualizer

A Visual Studio Code extension to visualize database schemas as Entity Relationship Diagrams (ERD) from DBML or Prisma files directly within the editor.
MIT License
43 stars 3 forks source link

Table blocks not wide enough #40

Closed ryanw3b3r closed 2 months ago

ryanw3b3r commented 3 months ago

Is there any way to control the size of table blocks in preview? We have a table with column email_verified_at of type timestamp and both words are overlapping making them unreadable. Column is just not wide enough.

overlap
BOCOVO commented 3 months ago

Hi @ryanw3b3r !

That is already fixed, but not already released, which will be done soon.

BOCOVO commented 2 months ago

I've just released it in version 0.1.0.

ryanw3b3r commented 2 months ago

@BOCOVO is there anything that we have to do in the existing diagram to make this work now? Is there a cache that's messing things up? Diagram looks the same even with the updated extension.