Column Label Spacing
JourdanDixon opened this issue · 4 comments
JourdanDixon commented
Hello. I love the extension BTW. I have a couple questions though.
When I add a label to a column, it doesn't add a space between the column name and label. For example, this code:
*Id { label: "BIGINT, NOT NULL" }
Outputs like this:
*Id[BIGINT, NOT NULL]
I'd like it to look like this if possible, with the space:
*Id [BIGINT, NOT NULL]
Also, is there a way I could remove the brackets around the label, so it just reads like this:
*Id BIGINT, NOT NULL
kaishuu0123 commented
@JourdanDixon
thank you.
i will fix this issue with erd-go. (add label spacing)
kaishuu0123 commented
kaishuu0123 commented
JourdanDixon commented
This one is perfect. Thank you very much. I've been updating my ERDs to include data type information.