KarnerTh / mermerd

Create Mermaid-Js ERD diagrams from existing tables
MIT License
460 stars 35 forks source link

Add unique constraint to key column #53

Closed lnschroeder closed 1 year ago

lnschroeder commented 1 year ago

Closes #43

Please merge #52 first, before merging this PR.

lnschroeder commented 1 year ago

I had already marked the label.label column as unique inside the test/db-table-setup.sql, which gets validated for each database in database/database_integration_test.go. Isn't that enough or do I miss something?

KarnerTh commented 1 year ago

My bad, that's perfectly enough!