db-schema-visualizer icon indicating copy to clipboard operation
db-schema-visualizer copied to clipboard

Headercolor is random

Open DenisZagitov opened this issue 9 months ago • 3 comments

Hello! Thank you for this plugin! Could you please set the table's color according to table settings (https://dbml.dbdiagram.io/docs/#table-settings)?

Table users [headercolor: #3498DB] {
    id integer [primary key]
    username varchar(255) [not null, unique]
}

It's also would be nice to save position of existing tables on canvas)

DenisZagitov avatar May 02 '24 16:05 DenisZagitov