From d479fc7eee899d83c083e9d26fbcf82f3b28e401 Mon Sep 17 00:00:00 2001 From: rbt Date: Sun, 1 May 2005 05:07:51 +0000 Subject: [PATCH] Matt Bosworth has provided an updated dot template with PK, FK information and improved styling. Rod proceeded to break several things, but eventually got it working again. --- dot.tmpl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dot.tmpl b/dot.tmpl index 6723622..1cb9ca6 100644 --- a/dot.tmpl +++ b/dot.tmpl @@ -11,8 +11,9 @@ shape = record edge [ ]; -"." [shape = record, label = " \N | : \l" ]; +"." [shape = plaintext, label = <
\N
" > PK FK ">
> ];
+ -"." -> "." [label=""]; +".":rtcol -> ".":ltcol [label=""]; } -- 2.50.0